diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 3db6f6ad..8bc1f9ff 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,20 +48,20 @@ jobs:
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
-
- # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
+
+ # Details on CodeQL's query packs refer to : https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality
-
+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
# âšī¸ Command-line programs to run using the OS shell.
- # đ See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
+ # đ See https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- # If the Autobuild fails above, remove it and uncomment the following three lines.
+ # If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
# - run: |
diff --git a/.vscode/settings.json b/.vscode/settings.json
index c5138584..0c1ea17b 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,5 @@
{
+ "editor.formatOnSave": false,
"files.exclude": {
"**/bin": true,
"**/obj": true,
diff --git a/Octokit.Reactive/Clients/Enterprise/IObservableEnterpriseClient.cs b/Octokit.Reactive/Clients/Enterprise/IObservableEnterpriseClient.cs
index ed7cf646..d1b8a384 100644
--- a/Octokit.Reactive/Clients/Enterprise/IObservableEnterpriseClient.cs
+++ b/Octokit.Reactive/Clients/Enterprise/IObservableEnterpriseClient.cs
@@ -68,7 +68,7 @@
/// A client for GitHub's Enterprise Pre-receive Hooks API
///
///
- /// See the Enterprise Pre-receive Hooks API documentation for more information.
+ /// See the Enterprise Pre-receive Hooks API documentation for more information.
///
IObservableEnterprisePreReceiveHooksClient PreReceiveHook { get; }
}
diff --git a/Octokit.Reactive/Clients/Enterprise/IObservableEnterprisePreReceiveHooksClient.cs b/Octokit.Reactive/Clients/Enterprise/IObservableEnterprisePreReceiveHooksClient.cs
index 1cd38948..e90b23b9 100644
--- a/Octokit.Reactive/Clients/Enterprise/IObservableEnterprisePreReceiveHooksClient.cs
+++ b/Octokit.Reactive/Clients/Enterprise/IObservableEnterprisePreReceiveHooksClient.cs
@@ -7,7 +7,7 @@ namespace Octokit.Reactive
/// A client for GitHub's Enterprise Pre-receive Hooks API
///
///
- /// See the Enterprise Pre-receive Hooks API documentation for more information.
+ /// See the Enterprise Pre-receive Hooks API documentation for more information.
///
public interface IObservableEnterprisePreReceiveHooksClient
{
@@ -15,7 +15,7 @@ namespace Octokit.Reactive
/// Gets all s.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// Thrown when a general API error occurs.
IObservable GetAll();
@@ -24,7 +24,7 @@ namespace Octokit.Reactive
/// Gets all s.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// Options for changing the API response
/// Thrown when a general API error occurs.
@@ -34,7 +34,7 @@ namespace Octokit.Reactive
/// Gets a single .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The id of the pre-receive hook
/// Thrown when the specified does not exist.
@@ -45,7 +45,7 @@ namespace Octokit.Reactive
/// Creates a new .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// A description of the pre-receive hook to create
/// Thrown when a general API error occurs.
@@ -55,7 +55,7 @@ namespace Octokit.Reactive
/// Edits an existing .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The id of the pre-receive hook
/// A description of the pre-receive hook to edit
@@ -67,7 +67,7 @@ namespace Octokit.Reactive
/// Deletes an existing .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The id of the pre-receive hook
/// Thrown when the specified does not exist.
diff --git a/Octokit.Reactive/Clients/Enterprise/ObservableEnterpriseClient.cs b/Octokit.Reactive/Clients/Enterprise/ObservableEnterpriseClient.cs
index 44ddd5f5..c542cb8f 100644
--- a/Octokit.Reactive/Clients/Enterprise/ObservableEnterpriseClient.cs
+++ b/Octokit.Reactive/Clients/Enterprise/ObservableEnterpriseClient.cs
@@ -82,7 +82,7 @@
/// A client for GitHub's Enterprise Pre-receive Hooks API
///
///
- /// See the Enterprise Pre-receive Hooks API documentation for more information.
+ /// See the Enterprise Pre-receive Hooks API documentation for more information.
///
public IObservableEnterprisePreReceiveHooksClient PreReceiveHook { get; private set; }
}
diff --git a/Octokit.Reactive/Clients/Enterprise/ObservableEnterprisePreReceiveHooksClient.cs b/Octokit.Reactive/Clients/Enterprise/ObservableEnterprisePreReceiveHooksClient.cs
index 7320aaa0..5747e205 100644
--- a/Octokit.Reactive/Clients/Enterprise/ObservableEnterprisePreReceiveHooksClient.cs
+++ b/Octokit.Reactive/Clients/Enterprise/ObservableEnterprisePreReceiveHooksClient.cs
@@ -9,7 +9,7 @@ namespace Octokit.Reactive
/// A client for GitHub's Enterprise Pre-receive Hooks API
///
///
- /// See the Enterprise Pre-receive Hooks API documentation for more information.
+ /// See the Enterprise Pre-receive Hooks API documentation for more information.
///
public class ObservableEnterprisePreReceiveHooksClient : IObservableEnterprisePreReceiveHooksClient
{
@@ -28,7 +28,7 @@ namespace Octokit.Reactive
/// Gets all s.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// Thrown when a general API error occurs.
public IObservable GetAll()
@@ -40,7 +40,7 @@ namespace Octokit.Reactive
/// Gets all s.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// Options for changing the API response
/// Thrown when a general API error occurs.
@@ -55,7 +55,7 @@ namespace Octokit.Reactive
/// Gets a single .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The id of the pre-receive hook
/// Thrown when the specified does not exist.
@@ -69,7 +69,7 @@ namespace Octokit.Reactive
/// Creates a new .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// A description of the pre-receive hook to create
/// Thrown when a general API error occurs.
@@ -84,7 +84,7 @@ namespace Octokit.Reactive
/// Edits an existing .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The id of the pre-receive hook
/// A description of the pre-receive hook to edit
@@ -101,7 +101,7 @@ namespace Octokit.Reactive
/// Deletes an existing .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The id of the pre-receive hook
/// Thrown when the specified does not exist.
diff --git a/Octokit.Reactive/Clients/IObservableCommitCommentReactionsClient.cs b/Octokit.Reactive/Clients/IObservableCommitCommentReactionsClient.cs
index b44b78ba..e76acd4d 100644
--- a/Octokit.Reactive/Clients/IObservableCommitCommentReactionsClient.cs
+++ b/Octokit.Reactive/Clients/IObservableCommitCommentReactionsClient.cs
@@ -38,7 +38,7 @@ namespace Octokit.Reactive
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment
/// The owner of the repository
/// The name of the repository
- /// The comment id
+ /// The comment id
///
IObservable GetAll(string owner, string name, int number);
@@ -58,7 +58,7 @@ namespace Octokit.Reactive
///
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment
/// The owner of the repository
- /// The comment id
+ /// The comment id
///
IObservable GetAll(long repositoryId, int number);
@@ -75,7 +75,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Commit Comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-commit-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-commit-comment-reaction
/// The owner of the repository
/// The name of the repository
/// The comment id
@@ -86,7 +86,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Commit Comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-commit-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-commit-comment-reaction
/// The Id of the repository
/// The comment id
/// The reaction id
diff --git a/Octokit.Reactive/Clients/IObservableIssueCommentReactionsClient.cs b/Octokit.Reactive/Clients/IObservableIssueCommentReactionsClient.cs
index 43fcef4e..22f74fbd 100644
--- a/Octokit.Reactive/Clients/IObservableIssueCommentReactionsClient.cs
+++ b/Octokit.Reactive/Clients/IObservableIssueCommentReactionsClient.cs
@@ -36,7 +36,7 @@ namespace Octokit.Reactive
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue-comment
/// The owner of the repository
/// The name of the repository
- /// The comment id
+ /// The comment id
IObservable GetAll(string owner, string name, int number);
///
@@ -46,7 +46,7 @@ namespace Octokit.Reactive
/// The owner of the repository
/// The name of the repository
/// The comment id
- /// Options for changing the API response
+ /// Options for changing the API response
IObservable GetAll(string owner, string name, int number, ApiOptions options);
///
@@ -54,7 +54,7 @@ namespace Octokit.Reactive
///
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue-comment
/// The Id of the repository
- /// The comment id
+ /// The comment id
IObservable GetAll(long repositoryId, int number);
///
@@ -63,13 +63,13 @@ namespace Octokit.Reactive
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue-comment
/// The Id of the repository
/// The comment id
- /// Options for changing the API response
+ /// Options for changing the API response
IObservable GetAll(long repositoryId, int number, ApiOptions options);
///
/// Deletes a reaction for a specified Issue Comment
///
- /// https://docs.github.com/en/rest/reactions#delete-an-issue-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-an-issue-comment-reaction
/// The owner of the repository
/// The name of the repository
/// The comment id
@@ -80,7 +80,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Commit Comment
///
- /// https://docs.github.com/en/rest/reactions#delete-an-issue-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-an-issue-comment-reaction
/// The Id of the repository
/// The comment id
/// The reaction id
diff --git a/Octokit.Reactive/Clients/IObservableIssueReactionsClient.cs b/Octokit.Reactive/Clients/IObservableIssueReactionsClient.cs
index 6acd9b27..c8b3baa6 100644
--- a/Octokit.Reactive/Clients/IObservableIssueReactionsClient.cs
+++ b/Octokit.Reactive/Clients/IObservableIssueReactionsClient.cs
@@ -17,7 +17,7 @@ namespace Octokit.Reactive
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue
/// The owner of the repository
/// The name of the repository
- /// The issue id
+ /// The issue id
IObservable GetAll(string owner, string name, int number);
///
@@ -27,7 +27,7 @@ namespace Octokit.Reactive
/// The owner of the repository
/// The name of the repository
/// The issue id
- /// Options for changing the API response
+ /// Options for changing the API response
IObservable GetAll(string owner, string name, int number, ApiOptions options);
///
@@ -35,7 +35,7 @@ namespace Octokit.Reactive
///
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue
/// The Id of the repository
- /// The issue id
+ /// The issue id
IObservable GetAll(long repositoryId, int number);
///
@@ -44,7 +44,7 @@ namespace Octokit.Reactive
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue
/// The Id of the repository
/// The issue id
- /// Options for changing the API response
+ /// Options for changing the API response
IObservable GetAll(long repositoryId, int number, ApiOptions options);
///
@@ -69,7 +69,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Issue
///
- /// https://docs.github.com/en/rest/reactions#delete-an-issue-reaction
+ /// https://docs.github.com/rest/reactions#delete-an-issue-reaction
/// The owner of the repository
/// The name of the repository
/// The issue number
@@ -80,7 +80,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Issue
///
- /// https://docs.github.com/en/rest/reactions#delete-an-issue-reaction
+ /// https://docs.github.com/rest/reactions#delete-an-issue-reaction
/// The owner of the repository
/// The issue number
/// The reaction id
diff --git a/Octokit.Reactive/Clients/IObservableOrganizationMembersClient.cs b/Octokit.Reactive/Clients/IObservableOrganizationMembersClient.cs
index 7bdea7ff..1097771f 100644
--- a/Octokit.Reactive/Clients/IObservableOrganizationMembersClient.cs
+++ b/Octokit.Reactive/Clients/IObservableOrganizationMembersClient.cs
@@ -253,7 +253,7 @@ namespace Octokit.Reactive
///
///
/// This method requires authentication.
- /// See the API documentation
+ /// See the API documentation
/// for more information.
///
/// The login for the organization
@@ -289,7 +289,7 @@ namespace Octokit.Reactive
IObservable GetOrganizationMembership(string org, string user);
///
- /// Add a user to the organization or update the user's role withing the organization.
+ /// Add a user to the organization or update the user's role withing the organization.
///
///
/// This method requires authentication.
@@ -345,7 +345,7 @@ namespace Octokit.Reactive
/// List failed organization invitations.
///
///
- /// See the API Documentation
+ /// See the API Documentation
/// for more information.
///
/// The login for the organization
@@ -356,7 +356,7 @@ namespace Octokit.Reactive
/// List failed organization invitations.
///
///
- /// See the API Documentation
+ /// See the API Documentation
/// for more information.
///
/// The login for the organization
diff --git a/Octokit.Reactive/Clients/IObservablePullRequestReviewCommentReactionsClient.cs b/Octokit.Reactive/Clients/IObservablePullRequestReviewCommentReactionsClient.cs
index 0c3e06e0..4fdf13a0 100644
--- a/Octokit.Reactive/Clients/IObservablePullRequestReviewCommentReactionsClient.cs
+++ b/Octokit.Reactive/Clients/IObservablePullRequestReviewCommentReactionsClient.cs
@@ -17,7 +17,7 @@ namespace Octokit.Reactive
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment
/// The owner of the repository
/// The name of the repository
- /// The comment id
+ /// The comment id
IObservable GetAll(string owner, string name, int number);
///
@@ -27,7 +27,7 @@ namespace Octokit.Reactive
/// The owner of the repository
/// The name of the repository
/// The comment id
- /// Options for changing the API response
+ /// Options for changing the API response
IObservable GetAll(string owner, string name, int number, ApiOptions options);
///
@@ -35,7 +35,7 @@ namespace Octokit.Reactive
///
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment
/// The Id of the repository
- /// The comment id
+ /// The comment id
IObservable GetAll(long repositoryId, int number);
///
@@ -44,7 +44,7 @@ namespace Octokit.Reactive
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment
/// The Id of the repository
/// The comment id
- /// Options for changing the API response
+ /// Options for changing the API response
IObservable GetAll(long repositoryId, int number, ApiOptions options);
///
@@ -69,7 +69,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Pull Request comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-pull-request-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-pull-request-comment-reaction
/// The owner of the repository
/// The name of the repository
/// The comment id
@@ -80,7 +80,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Pull Request comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-pull-request-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-pull-request-comment-reaction
/// The owner of the repository
/// The comment id
/// The reaction id
diff --git a/Octokit.Reactive/Clients/IObservableReleasesClient.cs b/Octokit.Reactive/Clients/IObservableReleasesClient.cs
index 072aba0f..5a8773b3 100644
--- a/Octokit.Reactive/Clients/IObservableReleasesClient.cs
+++ b/Octokit.Reactive/Clients/IObservableReleasesClient.cs
@@ -17,7 +17,7 @@ namespace Octokit.Reactive
/// Generates a s for the specified repository with auto generated notes.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The repository's owner
/// The repository's name
@@ -29,7 +29,7 @@ namespace Octokit.Reactive
/// Generates a s for the specified repository with auto generated notes.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The Id of the repository
/// The request for generating release notes
diff --git a/Octokit.Reactive/Clients/IObservableRepositoriesClient.cs b/Octokit.Reactive/Clients/IObservableRepositoriesClient.cs
index 3d5167d8..562ea50d 100644
--- a/Octokit.Reactive/Clients/IObservableRepositoriesClient.cs
+++ b/Octokit.Reactive/Clients/IObservableRepositoriesClient.cs
@@ -76,7 +76,7 @@ namespace Octokit.Reactive
/// Checks if vulnerability alerts are enabled for the specified repository.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The current owner of the repository
/// The name of the repository
@@ -209,7 +209,7 @@ namespace Octokit.Reactive
///
///
/// See the Commit Status API documentation for more
- /// details. Also check out the blog post
+ /// details. Also check out the blog post
/// that announced this feature.
///
IObservableCommitStatusClient Status { get; }
@@ -249,7 +249,7 @@ namespace Octokit.Reactive
///
/// A client for GitHub's Repository Forks API.
///
- /// See Forks API documentation for more information.
+ /// See Forks API documentation for more information.
IObservableRepositoryForksClient Forks { get; }
///
@@ -583,7 +583,7 @@ namespace Octokit.Reactive
/// Gets all topics for the specified owner and repository name.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The owner of the repository
/// The name of the repository
@@ -595,7 +595,7 @@ namespace Octokit.Reactive
/// Gets all topics for the specified owner and repository name.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The owner of the repository
/// The name of the repository
@@ -606,7 +606,7 @@ namespace Octokit.Reactive
/// Gets all topics for the specified repository ID.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The ID of the repository
/// Options for changing the API response
@@ -617,7 +617,7 @@ namespace Octokit.Reactive
/// Gets all topics for the specified repository ID.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The ID of the repository
/// All topics associated with the repository.
@@ -627,7 +627,7 @@ namespace Octokit.Reactive
/// Replaces all topics for the specified repository.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// This is a replacement operation; it is not additive. To clear repository topics, for example, you could specify an empty list of topics here.
///
@@ -640,7 +640,7 @@ namespace Octokit.Reactive
/// Replaces all topics for the specified repository.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// This is a replacement operation; it is not additive. To clear repository topics, for example, you could specify an empty list of topics here.
///
diff --git a/Octokit.Reactive/Clients/ObservableCommitCommentReactionsClient.cs b/Octokit.Reactive/Clients/ObservableCommitCommentReactionsClient.cs
index 71935217..36400e87 100644
--- a/Octokit.Reactive/Clients/ObservableCommitCommentReactionsClient.cs
+++ b/Octokit.Reactive/Clients/ObservableCommitCommentReactionsClient.cs
@@ -63,7 +63,7 @@ namespace Octokit.Reactive
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment
/// The owner of the repository
/// The name of the repository
- /// The comment id
+ /// The comment id
///
public IObservable GetAll(string owner, string name, int number)
{
@@ -77,7 +77,7 @@ namespace Octokit.Reactive
/// The owner of the repository
/// The name of the repository
/// The comment id
- /// Options for changing the API response
+ /// Options for changing the API response
///
public IObservable GetAll(string owner, string name, int number, ApiOptions options)
{
@@ -93,7 +93,7 @@ namespace Octokit.Reactive
///
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment
/// The owner of the repository
- /// The comment id
+ /// The comment id
///
public IObservable GetAll(long repositoryId, int number)
{
@@ -118,7 +118,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Commit Comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-commit-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-commit-comment-reaction
/// The owner of the repository
/// The name of the repository
/// The comment id
@@ -136,7 +136,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Commit Comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-commit-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-commit-comment-reaction
/// The Id of the repository
/// The comment id
/// The reaction id
diff --git a/Octokit.Reactive/Clients/ObservableIssueCommentReactionsClient.cs b/Octokit.Reactive/Clients/ObservableIssueCommentReactionsClient.cs
index d8753a09..747e5c3f 100644
--- a/Octokit.Reactive/Clients/ObservableIssueCommentReactionsClient.cs
+++ b/Octokit.Reactive/Clients/ObservableIssueCommentReactionsClient.cs
@@ -61,7 +61,7 @@ namespace Octokit.Reactive
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue-comment
/// The owner of the repository
/// The name of the repository
- /// The comment id
+ /// The comment id
public IObservable GetAll(string owner, string name, int number)
{
Ensure.ArgumentNotNullOrEmptyString(owner, nameof(owner));
@@ -77,7 +77,7 @@ namespace Octokit.Reactive
/// The owner of the repository
/// The name of the repository
/// The comment id
- /// Options for changing the API response
+ /// Options for changing the API response
public IObservable GetAll(string owner, string name, int number, ApiOptions options)
{
Ensure.ArgumentNotNullOrEmptyString(owner, nameof(owner));
@@ -92,7 +92,7 @@ namespace Octokit.Reactive
///
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue-comment
/// The Id of the repository
- /// The comment id
+ /// The comment id
public IObservable GetAll(long repositoryId, int number)
{
return GetAll(repositoryId, number, ApiOptions.None);
@@ -104,7 +104,7 @@ namespace Octokit.Reactive
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue-comment
/// The Id of the repository
/// The comment id
- /// Options for changing the API response
+ /// Options for changing the API response
public IObservable GetAll(long repositoryId, int number, ApiOptions options)
{
Ensure.ArgumentNotNull(options, nameof(options));
@@ -115,7 +115,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Issue Comment
///
- /// https://docs.github.com/en/rest/reactions#delete-an-issue-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-an-issue-comment-reaction
/// The owner of the repository
/// The name of the repository
/// The comment id
@@ -133,7 +133,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Commit Comment
///
- /// https://docs.github.com/en/rest/reactions#delete-an-issue-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-an-issue-comment-reaction
/// The Id of the repository
/// The comment id
/// The reaction id
diff --git a/Octokit.Reactive/Clients/ObservableIssueReactionsClient.cs b/Octokit.Reactive/Clients/ObservableIssueReactionsClient.cs
index 8a9c451e..00153f0b 100644
--- a/Octokit.Reactive/Clients/ObservableIssueReactionsClient.cs
+++ b/Octokit.Reactive/Clients/ObservableIssueReactionsClient.cs
@@ -30,7 +30,7 @@ namespace Octokit.Reactive
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue
/// The owner of the repository
/// The name of the repository
- /// The issue id
+ /// The issue id
public IObservable GetAll(string owner, string name, int number)
{
return GetAll(owner, name, number, ApiOptions.None);
@@ -43,7 +43,7 @@ namespace Octokit.Reactive
/// The owner of the repository
/// The name of the repository
/// The issue id
- /// Options for changing the API response
+ /// Options for changing the API response
public IObservable GetAll(string owner, string name, int number, ApiOptions options)
{
Ensure.ArgumentNotNullOrEmptyString(owner, nameof(owner));
@@ -58,7 +58,7 @@ namespace Octokit.Reactive
///
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue
/// The Id of the repository
- /// The issue id
+ /// The issue id
public IObservable GetAll(long repositoryId, int number)
{
return GetAll(repositoryId, number, ApiOptions.None);
@@ -70,7 +70,7 @@ namespace Octokit.Reactive
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue
/// The Id of the repository
/// The issue id
- /// Options for changing the API response
+ /// Options for changing the API response
public IObservable GetAll(long repositoryId, int number, ApiOptions options)
{
Ensure.ArgumentNotNull(options, nameof(options));
@@ -112,7 +112,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Issue
///
- /// https://docs.github.com/en/rest/reactions#delete-an-issue-reaction
+ /// https://docs.github.com/rest/reactions#delete-an-issue-reaction
/// The owner of the repository
/// The name of the repository
/// The issue number
@@ -130,7 +130,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Issue
///
- /// https://docs.github.com/en/rest/reactions#delete-an-issue-reaction
+ /// https://docs.github.com/rest/reactions#delete-an-issue-reaction
/// The owner of the repository
/// The issue number
/// The reaction id
diff --git a/Octokit.Reactive/Clients/ObservableOrganizationMembersClient.cs b/Octokit.Reactive/Clients/ObservableOrganizationMembersClient.cs
index 64a97cbc..1a1b5473 100644
--- a/Octokit.Reactive/Clients/ObservableOrganizationMembersClient.cs
+++ b/Octokit.Reactive/Clients/ObservableOrganizationMembersClient.cs
@@ -343,7 +343,7 @@ namespace Octokit.Reactive
///
///
/// This method requires authentication.
- /// See the API documentation
+ /// See the API documentation
/// for more information.
///
/// The login for the organization
@@ -397,7 +397,7 @@ namespace Octokit.Reactive
}
///
- /// Add a user to the organization or update the user's role withing the organization.
+ /// Add a user to the organization or update the user's role withing the organization.
///
///
/// This method requires authentication.
@@ -477,7 +477,7 @@ namespace Octokit.Reactive
/// List failed organization invitations.
///
///
- /// See the API Documentation
+ /// See the API Documentation
/// for more information.
///
/// The login for the organization
@@ -493,7 +493,7 @@ namespace Octokit.Reactive
/// List failed organization invitations.
///
///
- /// See the API Documentation
+ /// See the API Documentation
/// for more information.
///
/// The login for the organization
diff --git a/Octokit.Reactive/Clients/ObservablePullRequestReviewCommentReactionsClient.cs b/Octokit.Reactive/Clients/ObservablePullRequestReviewCommentReactionsClient.cs
index 858d7937..7a4179b9 100644
--- a/Octokit.Reactive/Clients/ObservablePullRequestReviewCommentReactionsClient.cs
+++ b/Octokit.Reactive/Clients/ObservablePullRequestReviewCommentReactionsClient.cs
@@ -30,7 +30,7 @@ namespace Octokit.Reactive
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment
/// The owner of the repository
/// The name of the repository
- /// The comment id
+ /// The comment id
public IObservable GetAll(string owner, string name, int number)
{
return GetAll(owner, name, number, ApiOptions.None);
@@ -50,7 +50,7 @@ namespace Octokit.Reactive
///
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment
/// The Id of the repository
- /// The comment id
+ /// The comment id
public IObservable GetAll(long repositoryId, int number)
{
return GetAll(repositoryId, number, ApiOptions.None);
@@ -62,7 +62,7 @@ namespace Octokit.Reactive
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment
/// The Id of the repository
/// The comment id
- /// Options for changing the API response
+ /// Options for changing the API response
public IObservable GetAll(long repositoryId, int number, ApiOptions options)
{
Ensure.ArgumentNotNull(options, nameof(options));
@@ -104,7 +104,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Pull Request comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-pull-request-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-pull-request-comment-reaction
/// The owner of the repository
/// The name of the repository
/// The comment id
@@ -122,7 +122,7 @@ namespace Octokit.Reactive
///
/// Deletes a reaction for a specified Pull Request comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-pull-request-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-pull-request-comment-reaction
/// The owner of the repository
/// The comment id
/// The reaction id
diff --git a/Octokit.Reactive/Clients/ObservableReleasesClient.cs b/Octokit.Reactive/Clients/ObservableReleasesClient.cs
index dcab994b..3c1679d4 100644
--- a/Octokit.Reactive/Clients/ObservableReleasesClient.cs
+++ b/Octokit.Reactive/Clients/ObservableReleasesClient.cs
@@ -29,7 +29,7 @@ namespace Octokit.Reactive
/// Generates a s for the specified repository with auto generated notes.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The repository's owner
/// The repository's name
@@ -48,7 +48,7 @@ namespace Octokit.Reactive
/// Generates a s for the specified repository with auto generated notes.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The Id of the repository
/// The request for generating release notes
diff --git a/Octokit.Reactive/Clients/ObservableRepositoriesClient.cs b/Octokit.Reactive/Clients/ObservableRepositoriesClient.cs
index 4e23db59..13bb249f 100644
--- a/Octokit.Reactive/Clients/ObservableRepositoriesClient.cs
+++ b/Octokit.Reactive/Clients/ObservableRepositoriesClient.cs
@@ -155,7 +155,7 @@ namespace Octokit.Reactive
/// Checks if vulnerability alerts are enabled for the specified repository.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The current owner of the repository
/// The name of the repository
@@ -889,7 +889,7 @@ namespace Octokit.Reactive
/// Gets all topics for the specified owner and repository name.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The owner of the repository
/// The name of the repository
@@ -904,7 +904,7 @@ namespace Octokit.Reactive
/// Gets all topics for the specified owner and repository name.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The owner of the repository
/// The name of the repository
@@ -918,7 +918,7 @@ namespace Octokit.Reactive
/// Gets all topics for the specified repository ID.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The ID of the repository
/// Options for changing the API response
@@ -932,7 +932,7 @@ namespace Octokit.Reactive
/// Gets all topics for the specified repository ID.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The ID of the repository
/// All topics associated with the repository.
@@ -945,7 +945,7 @@ namespace Octokit.Reactive
/// Replaces all topics for the specified repository.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// This is a replacement operation; it is not additive. To clear repository topics, for example, you could specify an empty list of topics here.
///
@@ -961,7 +961,7 @@ namespace Octokit.Reactive
/// Replaces all topics for the specified repository.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// This is a replacement operation; it is not additive. To clear repository topics, for example, you could specify an empty list of topics here.
///
diff --git a/Octokit/Clients/CommitCommentReactionsClient.cs b/Octokit/Clients/CommitCommentReactionsClient.cs
index 1c05c0f3..96fe0a79 100644
--- a/Octokit/Clients/CommitCommentReactionsClient.cs
+++ b/Octokit/Clients/CommitCommentReactionsClient.cs
@@ -116,7 +116,7 @@ namespace Octokit
///
/// Deletes a reaction for a specified Commit Comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-commit-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-commit-comment-reaction
/// The owner of the repository
/// The name of the repository
/// The comment id
@@ -134,7 +134,7 @@ namespace Octokit
///
/// Deletes a reaction for a specified Commit Comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-commit-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-commit-comment-reaction
/// The owner of the repository
/// The comment id
/// The reaction id
diff --git a/Octokit/Clients/Enterprise/EnterpriseClient.cs b/Octokit/Clients/Enterprise/EnterpriseClient.cs
index adfdaf1a..c97e938b 100644
--- a/Octokit/Clients/Enterprise/EnterpriseClient.cs
+++ b/Octokit/Clients/Enterprise/EnterpriseClient.cs
@@ -84,7 +84,7 @@
/// A client for GitHub's Enterprise Pre-receive Hooks API
///
///
- /// See the Enterprise Pre-receive Hooks API documentation for more information.
+ /// See the Enterprise Pre-receive Hooks API documentation for more information.
///
public IEnterprisePreReceiveHooksClient PreReceiveHook { get; private set; }
}
diff --git a/Octokit/Clients/Enterprise/EnterprisePreReceiveHooksClient.cs b/Octokit/Clients/Enterprise/EnterprisePreReceiveHooksClient.cs
index 6bde1e19..23749788 100644
--- a/Octokit/Clients/Enterprise/EnterprisePreReceiveHooksClient.cs
+++ b/Octokit/Clients/Enterprise/EnterprisePreReceiveHooksClient.cs
@@ -7,7 +7,7 @@ namespace Octokit
/// A client for GitHub's Enterprise Pre-receive Hooks API
///
///
- /// See the Enterprise Pre-receive Hooks API documentation for more information.
+ /// See the Enterprise Pre-receive Hooks API documentation for more information.
///
public class EnterprisePreReceiveHooksClient : ApiClient, IEnterprisePreReceiveHooksClient
{
@@ -23,7 +23,7 @@ namespace Octokit
/// Gets all s.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// Thrown when a general API error occurs.
[ManualRoute("GET", "/admin/pre-receive-hooks")]
@@ -36,7 +36,7 @@ namespace Octokit
/// Gets all s.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// Options for changing the API response
/// Thrown when a general API error occurs.
@@ -51,7 +51,7 @@ namespace Octokit
/// Gets a single .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The id of the pre-receive hook
/// Thrown when the specified does not exist.
@@ -67,7 +67,7 @@ namespace Octokit
/// Creates a new .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// A description of the pre-receive hook to create
/// Thrown when a general API error occurs.
@@ -84,7 +84,7 @@ namespace Octokit
/// Edits an existing .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The id of the pre-receive hook
/// A description of the pre-receive hook to edit
@@ -103,7 +103,7 @@ namespace Octokit
/// Deletes an existing .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The id of the pre-receive hook
/// Thrown when the specified does not exist.
diff --git a/Octokit/Clients/Enterprise/IEnterpriseClient.cs b/Octokit/Clients/Enterprise/IEnterpriseClient.cs
index 30b1502d..54a0313c 100644
--- a/Octokit/Clients/Enterprise/IEnterpriseClient.cs
+++ b/Octokit/Clients/Enterprise/IEnterpriseClient.cs
@@ -68,7 +68,7 @@
/// A client for GitHub's Enterprise Pre-receive Hooks API
///
///
- /// See the Enterprise Pre-receive Hooks API documentation for more information.
+ /// See the Enterprise Pre-receive Hooks API documentation for more information.
///
IEnterprisePreReceiveHooksClient PreReceiveHook { get; }
}
diff --git a/Octokit/Clients/Enterprise/IEnterprisePreReceiveHooksClient.cs b/Octokit/Clients/Enterprise/IEnterprisePreReceiveHooksClient.cs
index eb1e0e09..fa96eb48 100644
--- a/Octokit/Clients/Enterprise/IEnterprisePreReceiveHooksClient.cs
+++ b/Octokit/Clients/Enterprise/IEnterprisePreReceiveHooksClient.cs
@@ -7,7 +7,7 @@ namespace Octokit
/// A client for GitHub's Enterprise Pre-receive Hooks API
///
///
- /// See the Enterprise Pre-receive Hooks API documentation for more information.
+ /// See the Enterprise Pre-receive Hooks API documentation for more information.
///
public interface IEnterprisePreReceiveHooksClient
{
@@ -15,7 +15,7 @@ namespace Octokit
/// Gets all s.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// Thrown when a general API error occurs.
Task> GetAll();
@@ -24,7 +24,7 @@ namespace Octokit
/// Gets all s.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// Options for changing the API response
/// Thrown when a general API error occurs.
@@ -34,7 +34,7 @@ namespace Octokit
/// Gets a single .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The id of the pre-receive hook
/// Thrown when the specified does not exist.
@@ -45,7 +45,7 @@ namespace Octokit
/// Creates a new .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// A description of the pre-receive hook to create
/// Thrown when a general API error occurs.
@@ -55,7 +55,7 @@ namespace Octokit
/// Edits an existing .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The id of the pre-receive hook
/// A description of the pre-receive hook to edit
@@ -67,11 +67,11 @@ namespace Octokit
/// Deletes an existing .
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The id of the pre-receive hook
/// Thrown when the specified does not exist.
/// Thrown when a general API error occurs.
Task Delete(long hookId);
}
-}
\ No newline at end of file
+}
diff --git a/Octokit/Clients/ICommitCommentReactionsClient.cs b/Octokit/Clients/ICommitCommentReactionsClient.cs
index f35bb620..f473269a 100644
--- a/Octokit/Clients/ICommitCommentReactionsClient.cs
+++ b/Octokit/Clients/ICommitCommentReactionsClient.cs
@@ -38,7 +38,7 @@ namespace Octokit
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment
/// The owner of the repository
/// The name of the repository
- /// The comment id
+ /// The comment id
///
Task> GetAll(string owner, string name, int number);
@@ -58,7 +58,7 @@ namespace Octokit
///
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment
/// The owner of the repository
- /// The comment id
+ /// The comment id
///
Task> GetAll(long repositoryId, int number);
@@ -68,14 +68,14 @@ namespace Octokit
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment
/// The owner of the repository
/// The comment id
- /// Options for changing the API response
+ /// Options for changing the API response
///
Task> GetAll(long repositoryId, int number, ApiOptions options);
///
/// Deletes a reaction for a specified Commit Comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-commit-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-commit-comment-reaction
/// The owner of the repository
/// The name of the repository
/// The comment id
@@ -86,7 +86,7 @@ namespace Octokit
///
/// Deletes a reaction for a specified Commit Comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-commit-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-commit-comment-reaction
/// The owner of the repository
/// The comment id
/// The reaction id
diff --git a/Octokit/Clients/IIssueCommentReactionsClient.cs b/Octokit/Clients/IIssueCommentReactionsClient.cs
index aafaa87e..ef41ef39 100644
--- a/Octokit/Clients/IIssueCommentReactionsClient.cs
+++ b/Octokit/Clients/IIssueCommentReactionsClient.cs
@@ -36,7 +36,7 @@ namespace Octokit
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue-comment
/// The owner of the repository
/// The name of the repository
- /// The comment id
+ /// The comment id
Task> GetAll(string owner, string name, int number);
///
@@ -46,7 +46,7 @@ namespace Octokit
/// The owner of the repository
/// The name of the repository
/// The comment id
- /// Options for changing the API response
+ /// Options for changing the API response
Task> GetAll(string owner, string name, int number, ApiOptions options);
///
@@ -54,7 +54,7 @@ namespace Octokit
///
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue-comment
/// The Id of the repository
- /// The comment id
+ /// The comment id
Task> GetAll(long repositoryId, int number);
///
@@ -63,13 +63,13 @@ namespace Octokit
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue-comment
/// The Id of the repository
/// The comment id
- /// Options for changing the API response
+ /// Options for changing the API response
Task> GetAll(long repositoryId, int number, ApiOptions options);
///
/// Deletes a reaction for a specified Commit Comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-commit-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-commit-comment-reaction
/// The owner of the repository
/// The name of the repository
/// The comment id
@@ -80,7 +80,7 @@ namespace Octokit
///
/// Deletes a reaction for a specified Commit Comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-commit-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-commit-comment-reaction
/// The Id of the repository
/// The comment id
/// The reaction id
diff --git a/Octokit/Clients/IIssueReactionsClient.cs b/Octokit/Clients/IIssueReactionsClient.cs
index bcd3a002..3458454b 100644
--- a/Octokit/Clients/IIssueReactionsClient.cs
+++ b/Octokit/Clients/IIssueReactionsClient.cs
@@ -17,7 +17,7 @@ namespace Octokit
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue
/// The owner of the repository
/// The name of the repository
- /// The issue id
+ /// The issue id
Task> GetAll(string owner, string name, int number);
///
@@ -27,7 +27,7 @@ namespace Octokit
/// The owner of the repository
/// The name of the repository
/// The issue id
- /// Options for changing the API response
+ /// Options for changing the API response
Task> GetAll(string owner, string name, int number, ApiOptions options);
///
@@ -35,7 +35,7 @@ namespace Octokit
///
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue
/// The Id of the repository
- /// The issue id
+ /// The issue id
Task> GetAll(long repositoryId, int number);
///
@@ -44,7 +44,7 @@ namespace Octokit
/// https://developer.github.com/v3/reactions/#list-reactions-for-an-issue
/// The Id of the repository
/// The issue id
- /// Options for changing the API response
+ /// Options for changing the API response
Task> GetAll(long repositoryId, int number, ApiOptions options);
///
@@ -69,7 +69,7 @@ namespace Octokit
///
/// Deletes a reaction for a specified Issue
///
- /// https://docs.github.com/en/rest/reactions#delete-an-issue-reaction
+ /// https://docs.github.com/rest/reactions#delete-an-issue-reaction
/// The owner of the repository
/// The name of the repository
/// The issue number
@@ -80,7 +80,7 @@ namespace Octokit
///
/// Deletes a reaction for a specified Issue
///
- /// https://docs.github.com/en/rest/reactions#delete-an-issue-reaction
+ /// https://docs.github.com/rest/reactions#delete-an-issue-reaction
/// The owner of the repository
/// The issue number
/// The reaction id
diff --git a/Octokit/Clients/IOrganizationMembersClient.cs b/Octokit/Clients/IOrganizationMembersClient.cs
index 91f102da..328db251 100644
--- a/Octokit/Clients/IOrganizationMembersClient.cs
+++ b/Octokit/Clients/IOrganizationMembersClient.cs
@@ -259,7 +259,7 @@ namespace Octokit
///
///
/// This method requires authentication.
- /// See the API documentation
+ /// See the API documentation
/// for more information.
///
/// The login for the organization
@@ -295,7 +295,7 @@ namespace Octokit
Task GetOrganizationMembership(string org, string user);
///
- /// Add a user to the organization or update the user's role withing the organization.
+ /// Add a user to the organization or update the user's role withing the organization.
///
///
/// This method requires authentication.
@@ -351,7 +351,7 @@ namespace Octokit
/// List failed organization invitations.
///
///
- /// See the API Documentation
+ /// See the API Documentation
/// for more information.
///
/// The login for the organization
@@ -362,7 +362,7 @@ namespace Octokit
/// List failed organization invitations.
///
///
- /// See the API Documentation
+ /// See the API Documentation
/// for more information.
///
/// The login for the organization
diff --git a/Octokit/Clients/IPullRequestReviewCommentReactionsClient.cs b/Octokit/Clients/IPullRequestReviewCommentReactionsClient.cs
index 128856fb..7e1b4554 100644
--- a/Octokit/Clients/IPullRequestReviewCommentReactionsClient.cs
+++ b/Octokit/Clients/IPullRequestReviewCommentReactionsClient.cs
@@ -17,7 +17,7 @@ namespace Octokit
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment
/// The owner of the repository
/// The name of the repository
- /// The comment id
+ /// The comment id
Task> GetAll(string owner, string name, int number);
///
@@ -27,7 +27,7 @@ namespace Octokit
/// The owner of the repository
/// The name of the repository
/// The comment id
- /// Options for changing the API response
+ /// Options for changing the API response
Task> GetAll(string owner, string name, int number, ApiOptions options);
///
@@ -35,7 +35,7 @@ namespace Octokit
///
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment
/// The Id of the repository
- /// The comment id
+ /// The comment id
Task> GetAll(long repositoryId, int number);
///
@@ -44,7 +44,7 @@ namespace Octokit
/// https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment
/// The Id of the repository
/// The comment id
- /// Options for changing the API response
+ /// Options for changing the API response
Task> GetAll(long repositoryId, int number, ApiOptions options);
///
@@ -69,7 +69,7 @@ namespace Octokit
///
/// Deletes a reaction for a specified Pull Request comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-pull-request-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-pull-request-comment-reaction
/// The owner of the repository
/// The name of the repository
/// The issue id
@@ -80,7 +80,7 @@ namespace Octokit
///
/// Deletes a reaction for a specified Pull Request comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-pull-request-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-pull-request-comment-reaction
/// The owner of the repository
/// The issue id
/// The reaction id
diff --git a/Octokit/Clients/IReleasesClient.cs b/Octokit/Clients/IReleasesClient.cs
index 0af33be0..874fa779 100644
--- a/Octokit/Clients/IReleasesClient.cs
+++ b/Octokit/Clients/IReleasesClient.cs
@@ -17,7 +17,7 @@ namespace Octokit
/// Generates a s for the specified repository with auto generated notes.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The repository's owner
/// The repository's name
@@ -29,7 +29,7 @@ namespace Octokit
/// Generates a s for the specified repository with auto generated notes.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The Id of the repository
/// The request for generating release notes
diff --git a/Octokit/Clients/IRepositoriesClient.cs b/Octokit/Clients/IRepositoriesClient.cs
index e4dc59a2..56a4b754 100644
--- a/Octokit/Clients/IRepositoriesClient.cs
+++ b/Octokit/Clients/IRepositoriesClient.cs
@@ -137,7 +137,7 @@ namespace Octokit
/// Checks if vulnerability alerts are enabled for the specified repository.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The current owner of the repository
/// The name of the repository
@@ -303,7 +303,7 @@ namespace Octokit
///
///
/// See the Commit Status API documentation for more
- /// details. Also check out the blog post
+ /// details. Also check out the blog post
/// that announced this feature.
///
ICommitStatusClient Status { get; }
@@ -317,7 +317,7 @@ namespace Octokit
///
/// A client for GitHub's Repository Forks API.
///
- /// See Forks API documentation for more information.
+ /// See Forks API documentation for more information.
IRepositoryForksClient Forks { get; }
///
@@ -647,7 +647,7 @@ namespace Octokit
/// Gets all topics for the specified owner and repository name.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The owner of the repository
/// The name of the repository
@@ -659,7 +659,7 @@ namespace Octokit
/// Gets all topics for the specified owner and repository name.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The owner of the repository
/// The name of the repository
@@ -670,7 +670,7 @@ namespace Octokit
/// Gets all topics for the specified repository ID.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The ID of the repository
/// Options for changing the API response
@@ -681,7 +681,7 @@ namespace Octokit
/// Gets all topics for the specified repository ID.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The ID of the repository
/// All topics associated with the repository.
@@ -691,7 +691,7 @@ namespace Octokit
/// Replaces all topics for the specified repository.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// This is a replacement operation; it is not additive. To clear repository topics, for example, you could specify an empty list of topics here.
///
@@ -704,7 +704,7 @@ namespace Octokit
/// Replaces all topics for the specified repository.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// This is a replacement operation; it is not additive. To clear repository topics, for example, you could specify an empty list of topics here.
///
diff --git a/Octokit/Clients/IssueReactionsClient.cs b/Octokit/Clients/IssueReactionsClient.cs
index 65f81296..a944d7b0 100644
--- a/Octokit/Clients/IssueReactionsClient.cs
+++ b/Octokit/Clients/IssueReactionsClient.cs
@@ -110,7 +110,7 @@ namespace Octokit
///
/// Deletes a reaction for a specified Issue
///
- /// https://docs.github.com/en/rest/reactions#delete-an-issue-reaction
+ /// https://docs.github.com/rest/reactions#delete-an-issue-reaction
/// The owner of the repository
/// The name of the repository
/// The issue id
@@ -128,7 +128,7 @@ namespace Octokit
///
/// Deletes a reaction for a specified Issue
///
- /// https://docs.github.com/en/rest/reactions#delete-an-issue-reaction
+ /// https://docs.github.com/rest/reactions#delete-an-issue-reaction
/// The owner of the repository
/// The issue id
/// The reaction id
diff --git a/Octokit/Clients/OrganizationMembersClient.cs b/Octokit/Clients/OrganizationMembersClient.cs
index 4bed05e1..d9f9d4fa 100644
--- a/Octokit/Clients/OrganizationMembersClient.cs
+++ b/Octokit/Clients/OrganizationMembersClient.cs
@@ -572,7 +572,7 @@ namespace Octokit
/// List failed organization invitations.
///
///
- /// See the API Documentation
+ /// See the API Documentation
/// for more information.
///
/// The login for the organization
@@ -589,7 +589,7 @@ namespace Octokit
/// List failed organization invitations.
///
///
- /// See the API Documentation
+ /// See the API Documentation
/// for more information.
///
/// The login for the organization
diff --git a/Octokit/Clients/PackagesClient.cs b/Octokit/Clients/PackagesClient.cs
index d5de960f..91a69833 100644
--- a/Octokit/Clients/PackagesClient.cs
+++ b/Octokit/Clients/PackagesClient.cs
@@ -7,7 +7,7 @@ namespace Octokit
/// A client for GitHub's Packages API.
///
///
- /// See the Packages API documentation for more details.
+ /// See the Packages API documentation for more details.
///
public class PackagesClient : ApiClient, IPackagesClient
{
@@ -55,7 +55,7 @@ namespace Octokit
Ensure.ArgumentNotNullOrEmptyString(packageName, nameof(packageName));
var route = ApiUrls.PackageOrg(org, packageType, packageName);
-
+
return ApiConnection.Get(route);
}
@@ -95,7 +95,7 @@ namespace Octokit
Ensure.ArgumentNotNullOrEmptyString(packageName, nameof(packageName));
var route = ApiUrls.PackageRestoreOrg(org, packageType, packageName);
-
+
return ApiConnection.Post(route);
}
#endregion
diff --git a/Octokit/Clients/PullRequestReviewCommentReactionsClient.cs b/Octokit/Clients/PullRequestReviewCommentReactionsClient.cs
index 09876a50..a050cc7d 100644
--- a/Octokit/Clients/PullRequestReviewCommentReactionsClient.cs
+++ b/Octokit/Clients/PullRequestReviewCommentReactionsClient.cs
@@ -110,7 +110,7 @@ namespace Octokit
///
/// Deletes a reaction for a specified Pull Request comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-pull-request-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-pull-request-comment-reaction
/// The owner of the repository
/// The name of the repository
/// The comment id
@@ -128,7 +128,7 @@ namespace Octokit
///
/// Deletes a reaction for a specified Pull Request comment
///
- /// https://docs.github.com/en/rest/reactions#delete-a-pull-request-comment-reaction
+ /// https://docs.github.com/rest/reactions#delete-a-pull-request-comment-reaction
/// The owner of the repository
/// The comment id
/// The reaction id
diff --git a/Octokit/Clients/ReleasesClient.cs b/Octokit/Clients/ReleasesClient.cs
index bc988dd8..435bd368 100644
--- a/Octokit/Clients/ReleasesClient.cs
+++ b/Octokit/Clients/ReleasesClient.cs
@@ -24,7 +24,7 @@ namespace Octokit
/// Generates a s for the specified repository with auto generated notes.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The repository's owner
/// The repository's name
@@ -45,7 +45,7 @@ namespace Octokit
/// Generates a s for the specified repository with auto generated notes.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The Id of the repository
/// The request for generating release notes
diff --git a/Octokit/Clients/RepositoriesClient.cs b/Octokit/Clients/RepositoriesClient.cs
index 80336199..9de3bc70 100644
--- a/Octokit/Clients/RepositoriesClient.cs
+++ b/Octokit/Clients/RepositoriesClient.cs
@@ -211,7 +211,7 @@ namespace Octokit
/// Checks if vulnerability alerts are enabled for the specified repository.
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// The current owner of the repository
/// The name of the repository
@@ -307,7 +307,7 @@ namespace Octokit
///
/// Thrown if the client is not authenticated.
/// Thrown when a general API error occurs.
- /// A of .
+ /// A of .
[ManualRoute("GET", "/repositories")]
public Task> GetAllPublic()
{
@@ -749,7 +749,7 @@ namespace Octokit
/// Gets all topics for the specified repository ID.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The ID of the repository
/// Options for changing the API response
@@ -768,7 +768,7 @@ namespace Octokit
/// Gets all topics for the specified repository ID.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The ID of the repository
/// All topics associated with the repository.
@@ -783,7 +783,7 @@ namespace Octokit
/// Gets all topics for the specified owner and repository name.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The owner of the repository
/// The name of the repository
@@ -806,7 +806,7 @@ namespace Octokit
/// Gets all topics for the specified owner and repository name.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// The owner of the repository
/// The name of the repository
@@ -822,7 +822,7 @@ namespace Octokit
/// Replaces all topics for the specified repository.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// This is a replacement operation; it is not additive. To clear repository topics, for example, you could specify an empty list of topics here.
///
@@ -847,7 +847,7 @@ namespace Octokit
/// Replaces all topics for the specified repository.
///
///
- /// See the API documentation for more details
+ /// See the API documentation for more details
///
/// This is a replacement operation; it is not additive. To clear repository topics, for example, you could specify an empty list of topics here.
///
diff --git a/Octokit/Exceptions/SecondaryRateLimitExceededException.cs b/Octokit/Exceptions/SecondaryRateLimitExceededException.cs
index dc0795b7..58b2ec41 100644
--- a/Octokit/Exceptions/SecondaryRateLimitExceededException.cs
+++ b/Octokit/Exceptions/SecondaryRateLimitExceededException.cs
@@ -12,7 +12,7 @@ namespace Octokit
/// This occurs when GitHub perceives misuse of the API. You may get this if
/// you are polling heavily, creating content rapidly or making concurrent requests.
///
- /// See https://docs.github.com/en/rest/overview/resources-in-the-rest-api#secondary-rate-limits for more details.
+ /// See https://docs.github.com/rest/overview/resources-in-the-rest-api#secondary-rate-limits for more details.
///
[Serializable]
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors",
diff --git a/Octokit/GitHubClient.cs b/Octokit/GitHubClient.cs
index f3b2f0c0..d6c2cc11 100644
--- a/Octokit/GitHubClient.cs
+++ b/Octokit/GitHubClient.cs
@@ -230,7 +230,7 @@ namespace Octokit
/// Access GitHub's Pacakges API.
///
///
- /// Refer to the API documentation for more information: https://docs.github.com/en/rest/packages
+ /// Refer to the API documentation for more information: https://docs.github.com/rest/packages
///
public IPackagesClient Packages { get; private set; }
diff --git a/Octokit/IGitHubClient.cs b/Octokit/IGitHubClient.cs
index 0d2ee952..8ce93a97 100644
--- a/Octokit/IGitHubClient.cs
+++ b/Octokit/IGitHubClient.cs
@@ -91,7 +91,7 @@ namespace Octokit
/// Access GitHub's Pacakges API.
///
///
- /// Refer to the API documentation for more information: https://docs.github.com/en/rest/packages
+ /// Refer to the API documentation for more information: https://docs.github.com/rest/packages
///
IPackagesClient Packages { get; }
diff --git a/Octokit/Models/Request/GenerateReleaseNotesRequest.cs b/Octokit/Models/Request/GenerateReleaseNotesRequest.cs
index f3aef130..0062b63e 100644
--- a/Octokit/Models/Request/GenerateReleaseNotesRequest.cs
+++ b/Octokit/Models/Request/GenerateReleaseNotesRequest.cs
@@ -7,7 +7,7 @@ namespace Octokit
/// Used to generate release notes for a given tag.
///
///
- /// API: https://docs.github.com/en/rest/releases/releases#generate-release-notes-content-for-a-release
+ /// API: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release
///
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public class GenerateReleaseNotesRequest
diff --git a/Octokit/Models/Response/GeneratedReleaseNotes.cs b/Octokit/Models/Response/GeneratedReleaseNotes.cs
index 009e3dcf..411f5e6f 100644
--- a/Octokit/Models/Response/GeneratedReleaseNotes.cs
+++ b/Octokit/Models/Response/GeneratedReleaseNotes.cs
@@ -7,7 +7,7 @@ namespace Octokit
/// Used to retrieve generated release notes.
///
///
- /// API: https://docs.github.com/en/rest/releases/releases#generate-release-notes-content-for-a-release
+ /// API: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release
/// The generated release notes are not saved anywhere.
/// They are intended to be generated and used when creating a new release.
///