- VimeoData gets the methods **save** and **load**, to save or load data as json or pickle.
- the **__init__** of VimeoVideo, VimeoShowcase, VimeoFolder gets a parameter **data**, where the data can be passed when the object is created, so no request is needed.
- Objects have a new attribute **temp_data** (dictionary) where you can store data relevant to your runing program directly on the object.
- The **VimeoData** object can be added to **VimeoVideo**, **VimeoShowcase** and **VimeoFolder** instances. So the data object can be updated if there is a change in one of those instances.
- using **pathlib** (instead of os.path): all filepath parameters accept Path objects.
Still no unit tests, this is still very much in beta!