Github documentation updated. Comment no longer relevant.

This commit is contained in:
Sam Williamson
2014-02-20 13:48:56 -05:00
parent 600467b3aa
commit 8446b55409
+1 -1
View File
@@ -11,7 +11,7 @@ namespace Octokit
{
public string TimelineUrl { get; set; }
public string UserUrl { get; set; }
public string CurrentUserPublicUrl { get; set; } // TODO: Note, github's docs say this will be current_user_public, but actual response is current_user_public_url
public string CurrentUserPublicUrl { get; set; }
public string CurrentUserUrl { get; set; }
public string CurrentUserActorUrl { get; set; }
public string CurrentUserOrganizationUrl { get; set; }