Vimeo Tools Connection Module
This module contains the class VimeoConnection.
All instances of the other classes must be initialized with a VimeoConnection object, which is used to connect to the Vimeo API. It contains the VimeoClient object from the vimeo package and the base URI, which is used to build the request URIs.
- class VimeoConnection(config_file=PosixPath('vimeo_config.json'), token=None, key=None, secret=None)
Bases:
object- Parameters
config_file (Optional[Union[str, Path]]) –
token (Optional[str]) –
key (Optional[str]) –
secret (Optional[str]) –