VimeoDotNet 3 on GitHub - Tue, Aug 19, 2014
Concerning this new Vimeo API version 3, I have managed to implement the functionality that allows you to:
- Generate an authorization URL.
- Get an access token.
- Call an API method and get a deserialized JSON response in form of a
Dictionary<string,object>
.
The source code is available under MIT license on GitHub. For more information on using it, take a look at the Readme.txt
file in the project. Meanwhile I will be working on implementing some straightforward upload functionality like the previous version of VimeoDotNet
.