mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 04:40:54 +00:00
RIP nice pretty code
This commit is contained in:
@@ -77,13 +77,6 @@ namespace Octokit.Reactive
|
||||
NewAuthorization newAuthorization,
|
||||
string twoFactorAuthenticationCode);
|
||||
|
||||
/// <summary>
|
||||
/// Create a new <see cref="Authorization"/>.
|
||||
/// </summary>
|
||||
/// <param name="newAuthorization">Information about the new authorization to create</param>
|
||||
/// <returns></returns>
|
||||
IObservable<ApplicationAuthorization> Create(NewAuthorization newAuthorization);
|
||||
|
||||
/// <summary>
|
||||
/// Update the <see cref="Authorization"/> specified by the id.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user