mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
updated API doc URLs
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Octokit
|
||||
/// A client for GitHub's OAuth API.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// See the <a href="http://developer.github.com/v3/oauth/">OAuth API documentation</a> for more details.
|
||||
/// See the <a href="http://developer.github.com/v3/oauth_authorizations/">OAuth API documentation</a> for more details.
|
||||
/// </remarks>
|
||||
public class AuthorizationsClient : ApiClient, IAuthorizationsClient
|
||||
{
|
||||
@@ -29,7 +29,7 @@ namespace Octokit
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This method requires authentication.
|
||||
/// See the <a href="http://developer.github.com/v3/oauth/#list-your-authorizations">API documentation</a> for more information.
|
||||
/// See the <a href="http://developer.github.com/v3/oauth_authorizations/#list-your-authorizations">API documentation</a> for more information.
|
||||
/// </remarks>
|
||||
/// <exception cref="AuthorizationException">
|
||||
/// Thrown when the current user does not have permission to make the request.
|
||||
@@ -46,7 +46,7 @@ namespace Octokit
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This method requires authentication.
|
||||
/// See the <a href="http://developer.github.com/v3/oauth/#get-a-single-authorization">API documentation</a> for more information.
|
||||
/// See the <a href="http://developer.github.com/v3/oauth_authorizations/#get-a-single-authorization">API documentation</a> for more information.
|
||||
/// </remarks>
|
||||
/// <param name="id">The ID of the <see cref="Authorization"/> to get</param>
|
||||
/// <exception cref="AuthorizationException">
|
||||
@@ -65,7 +65,7 @@ namespace Octokit
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This method requires authentication.
|
||||
/// See the <a href="http://developer.github.com/v3/oauth/#get-or-create-an-authorization-for-a-specific-app">API documentation</a> for more information.
|
||||
/// See the <a href="http://developer.github.com/v3/oauth_authorizations/#get-or-create-an-authorization-for-a-specific-app">API documentation</a> for more information.
|
||||
/// </remarks>
|
||||
/// <param name="clientId">Client ID of the OAuth application for the token</param>
|
||||
/// <param name="clientSecret">The client secret</param>
|
||||
@@ -115,7 +115,7 @@ namespace Octokit
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This method requires authentication.
|
||||
/// See the <a href="http://developer.github.com/v3/oauth/#get-or-create-an-authorization-for-a-specific-app">API documentation</a> for more information.
|
||||
/// See the <a href="http://developer.github.com/v3/oauth_authorizations/#get-or-create-an-authorization-for-a-specific-app">API documentation</a> for more information.
|
||||
/// </remarks>
|
||||
/// <param name="clientId">Client ID of the OAuth application for the token</param>
|
||||
/// <param name="clientSecret">The client secret</param>
|
||||
@@ -181,7 +181,7 @@ namespace Octokit
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This method requires authentication.
|
||||
/// See the <a href="http://developer.github.com/v3/oauth/#update-an-existing-authorization">API
|
||||
/// See the <a href="http://developer.github.com/v3/oauth_authorizations/#update-an-existing-authorization">API
|
||||
/// documentation</a> for more details.
|
||||
/// </remarks>
|
||||
/// <param name="id">ID of the <see cref="Authorization"/> to update</param>
|
||||
@@ -215,7 +215,7 @@ namespace Octokit
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This method requires authentication.
|
||||
/// See the <a href="http://developer.github.com/v3/oauth/#create-a-new-authorization">API documentation</a> for more information.
|
||||
/// See the <a href="https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization">API documentation</a> for more information.
|
||||
/// </remarks>
|
||||
/// <param name="newAuthorization">Describes the new authorization to create</param>
|
||||
/// <exception cref="AuthorizationException">
|
||||
@@ -235,7 +235,7 @@ namespace Octokit
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This method requires authentication.
|
||||
/// See the <a href="http://developer.github.com/v3/oauth/#delete-an-authorization">API
|
||||
/// See the <a href="http://developer.github.com/v3/oauth_authorizations/#delete-an-authorization">API
|
||||
/// documentation</a> for more details.
|
||||
/// </remarks>
|
||||
/// <param name="id">The system-wide ID of the authorization to delete</param>
|
||||
|
||||
Reference in New Issue
Block a user