mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 02:05:39 +00:00
updated new fields for request and response
This commit is contained in:
@@ -36,6 +36,11 @@ namespace Octokit
|
||||
/// </summary>
|
||||
public string NoteUrl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Optional parameter that allows an OAuth application to create multiple authorizations for a single user
|
||||
/// </summary>
|
||||
public string Fingerprint { get; set; }
|
||||
|
||||
internal string DebuggerDisplay
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user