8000 GitHub - lukencode/DropNet: Client Library for the Dropbox API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lukencode/DropNet

 
 

Repository files navigation

.NET Client library for the Dropbox API

http://dkdevelopment.net/what-im-doing/dropnet/

Example usage:

var dropNetclient = new DropNetClient("API_KEY", "API_SECRET");

//call the functions you want from the client
dropNetclient.Login("test@example.com", "password");

var rootDetails = dropNetclient.GetMetaData();
//rootDetails.Contents is a list of the files/folders in the root

About

Client Library for the Dropbox API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0