mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 11:24:44 +00:00
Documented missing properties; Whitespace and typo tomfoolery patched
This commit is contained in:
committed by
Brendan Forster
parent
6323b62f71
commit
a67ce05cef
@@ -14,8 +14,19 @@ namespace Octokit
|
||||
/// </summary>
|
||||
public int Number { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The URL for the pull request page.
|
||||
/// </summary>
|
||||
public Uri HtmlUrl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The URL for the pull request's diff (.diff) file.
|
||||
/// </summary>
|
||||
public Uri DiffUrl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The URL for the pull request's patch (.patch) file.
|
||||
/// </summary>
|
||||
public Uri PatchUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user