Unofficial SDK for https://pcloud.com/ cloud storage NuGet Package

A straightforward implementation of the API documented at https://docs.pcloud.com/ The library consumes binary protocol, because I don’t like neither JSON nor HTTP too much.

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.




Got any Unofficial SDK for https://pcloud.com/ cloud storage Question?





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)

.NETFramework 4.7 netcoreapp2.2
  • No dependencies.


Tags



STATS

must-have-score

.3

avg-downloads-per-day

0

days-since-last-release

1685