MaFi.WebShareCz.ApiClient is a .NET Standard 2.0 library with API Client for access files in WebShare.cz store.
Install-Package MaFi.WebShareCz.ApiClient
Main entry point for using this component is create an instance of the class:
namespace MaFi.WebShareCz.ApiClient
{
public class WsApiClient {}
}
Next, you must ensure user login by method:
public Task<bool> Login(string userName, ISecretProvider secretProvider, ISecretPersistor secretPersistor = null) {}
Then you can use property for access private and public root folder:
public WsFolder PrivateRootFolder { get; }
public WsFolder PublicRootFolder { get; }
For store files must have an account on cloud WebShare.cz
More infos: WebShare.cz Pages