Skip to content

VimeoClient library provides a simple connector to Vimeo REST services.

License

Notifications You must be signed in to change notification settings

fmazzant/VimeoClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VimeoClient

VimeoClient is a extendible .NET wrapper for Vimeo API v3.2.

By Mafe.RestClient library it can be possible to develop a vimeo webapi call.

VimeoClient.Vimeo client = new VimeoClient.Vimeo(new VimeoProperties
{
    AccessToken = "MyAccessToken",
    ClientSecret = "MyClientSecret",
    ClientId = "MyClientId",
    ValidCertificates = new List<string>() { "Vimeo certs" }
});

Now, you are using client to call a Vimeo rest methods. You can access to user information

var user = client.Me.GetTheUser(); //myself
var user = client.Users.GetTheUser(userId); //other users

The library is in temporary status and it is working in progress.

About

VimeoClient library provides a simple connector to Vimeo REST services.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages