This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
3.0.0
This new release contains potentially breaking changes:
- The VimeoBaseURLString constant has been renamed to VimeoBaseURL and is no longer an optional value.
- AuthenticationController's init method now takes an AppConfiguration object instead of reading the object from the passed in VimeoClient object.
- VimeoClient added a new configuration method, configureSharedClient, which must be called before the VimeoClient.sharedClient singleton can be accessed.
- VimeoSessionManager now requires a base URL to be passed instead of using the VimeoBaseURL constant internally. This allows for testing specific requests against mock servers.