Skip to content

Instantly share code, notes, and snippets.

View prashantvc's full-sized avatar
:octocat:
Working

Prashant Cholachagudda prashantvc

:octocat:
Working
View GitHub Profile
@praeclarum
praeclarum / Dropbox.cs
Created June 19, 2011 17:56
Initial implementation of the Dropbox API
public class DropboxCredentials {
public string Email { get; set; }
public string Token { get; set; }
public string TokenSecret { get; set; }
public string DisplayName { get; set; }
public string Uid { get; set; }
public string LastDirectory { get; set; }
public DropboxCredentials() {
Email = "";