Info
Version: | 1.3.1 |
Author(s): | René Bergelt |
Last Update: | Thursday, April 16, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/renber/SeafClient |
NuGet Url: | https://www.nuget.org/packages/SeafClient |
Install
Install-Package SeafClient
dotnet add package SeafClient
paket add SeafClient
SeafClient Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 12.0.3)
The aim is to create a library to easily access a Seafile server and the files stored there through a .Net application in a strong-typed fashion (no custom JSON parsing and with meaningful error messages, etc.
The library uses async/await methods for all requests sent to the server.