Info
Version: | 1.0.1 |
Author(s): | const.me |
Last Update: | Monday, October 7, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Const-me/pCloud |
NuGet Url: | https://www.nuget.org/packages/pCloud |
Install
Install-Package pCloud
dotnet add package pCloud
paket add pCloud
pCloud Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.7
- System.Buffers(>= 4.5.0)
No dependencies.
Tags
SSL traffic encryption is supported.
I’ve only tested with free accounts.
The APIs uses async-await a lot. You can send multiple requests over the same connection, they will be pipelined i.e. the client will send several requests, then start waiting for their responses. The maximum in-flight requests count is limited to 8.
The public API is thread safe.
You may want to change Authentication.deviceInfoString public field to the name of your app. The default value is derived from [AssemblyProduct] and version attributes of your application.
The library doesn’t support 100% of the API, only a subset of it: login/logout, directory operations like create/rename/move/list, file operations like create/read/write/delete, upload links, and a few more requests. Feel free to fork and implement whatever extra you need.