Info
Version: | 1.3.2 |
Author(s): | saguiitay |
Last Update: | Sunday, December 28, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/saguiitay/OneDriveRestAPI |
NuGet Url: | https://www.nuget.org/packages/OneDriveRestAPI |
Install
Install-Package OneDriveRestAPI
dotnet add package OneDriveRestAPI
paket add OneDriveRestAPI
OneDriveRestAPI Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Net.Http(2.2.22)
- Newtonsoft.Json(6.0.0)
Tags
Microsoft has released the Live SDK, a set of C# libraries for interacting with OneDrive, which is hard to extend and debug, as it relies on async HttpWebRequest/HttpWebResponse.