Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 775 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 775 Bytes

vimeo-dot-net

A .NET 4.5 wrapper for Vimeo API v3.0. Provides asynchronous API operations.

NuGet URL

COMPLETED

  • Account Authentication (OAuth2)
  • Account information retrieval
  • Account video and video list retrieval
  • User information retrieval
  • User video and video list retrieval
  • Chunked video upload with retry capability
  • Video metadata update

TODO

  • Verify OAuth2 functionality for multi-user clients.
  • Everything else...

REFERENCE

API 3 Guide
API 3 Endpoints

Pushing to NuGet:
nuget pack VimeoDotNet.csproj -Prop Configuration=Release
nuget push VimeoDotNet.version.nupkg