DropboxService Class
Version 1.0.0-beta001
.NET Framework 4.7
| Namespace | Skybrud.Social.Dropbox |
|---|---|
| Assembly | Skybrud.Social.Dropbox.dll |
| Visibility | Public |
| Inheritance | Object |
Class working as an entry point to making requests to the various endpoints of the Toggl API.
public class DropboxService { }
Properties
| Type | Name | Summary |
|---|---|---|
| DropboxOAuthClient | Client |
Gets a reference to the underlying OAuth client. |
| DropboxFilesEndpoint | Files |
Gets a reference to the Files endpoint. |
Methods
|
CreateFromAccessToken(string)
(static)
Returns a new instance of DropboxService based on the specified |
|
CreateFromClient(DropboxOAuthClient)
(static)
Returns a new instance of DropboxService based on the specified |