mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 10:55:53 +00:00
Github documentation updated. Comment no longer relevant.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user