Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilippov authored Jan 8, 2018
1 parent 60ecbb6 commit 0f12744
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vimeo-dot-net
=============

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

[NuGet URL](https://www.nuget.org/packages/VimeoDotNet/)

Expand All @@ -17,19 +17,13 @@ COMPLETED
- Chunked video upload with retry capability
- Video metadata update

TODO
----
- Verify OAuth2 functionality for multi-user clients.
- *Everything else...*

API COVERAGE
----

| [/me/information](https://developer.vimeo.com/api/endpoints/me#)|Complete?|API Method|
|:---|:---:|:---|
| Get user information | :heavy_check_mark: | `GetAccountInformationAsync()` |
| Edit user information | :heavy_check_mark: | `UpdateAccountInformationAsync()` |
| [/me/albums](https://developer.vimeo.com/api/endpoints/me#/albums)|Complete?|API Method|
| Get a list of a user's Albums. | :heavy_check_mark: | `GetAccountAlbumsAsync()` |
| Create an Album. | :heavy_check_mark: | `CreateAlbumAsync()` |
| Get info on an Album. | :heavy_check_mark: | `GetAlbumAsync()` |
Expand All @@ -39,7 +33,6 @@ API COVERAGE
| Check if an Album contains a video. | :heavy_check_mark: | `GetAlbumVideoAsync()` |
| Add a video to an Album. | :heavy_check_mark: | `AddToAlbumAsync()` |
| Remove a video from an Album. | :heavy_check_mark: | `RemoveFromAlbumAsync()` |
| [/me/videos](https://developer.vimeo.com/api/endpoints/me#/videos)|Complete?|API Method|
| Get a list of videos uploaded by a user. | :heavy_check_mark: | `GetVideosAsync()` |
| Begin the video upload process. | :heavy_check_mark: | `GetUploadTicketAsync()` |
| Check if a user owns a clip. | :heavy_check_mark: | `GetUserVideo()` |
Expand All @@ -51,7 +44,3 @@ REFERENCE
---------
[API 3 Guide](https://developer.vimeo.com/api/start)
[API 3 Endpoints](https://developer.vimeo.com/api/endpoints)

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

0 comments on commit 0f12744

Please sign in to comment.