From f8d792e47e0e1b10bd1c74af8032cca2e6ee29b8 Mon Sep 17 00:00:00 2001 From: Alexander Efremov Date: Fri, 17 Jun 2016 05:58:15 +0700 Subject: [PATCH] cleared tags --- .../Clients/IObservableEventsClient.cs | 48 +++++++++---------- .../Clients/ObservableEventsClient.cs | 48 +++++++++---------- Octokit/Clients/EventsClient.cs | 48 +++++++++---------- Octokit/Clients/IEventsClient.cs | 48 +++++++++---------- 4 files changed, 96 insertions(+), 96 deletions(-) diff --git a/Octokit.Reactive/Clients/IObservableEventsClient.cs b/Octokit.Reactive/Clients/IObservableEventsClient.cs index 14b296e0..e5aa58f8 100644 --- a/Octokit.Reactive/Clients/IObservableEventsClient.cs +++ b/Octokit.Reactive/Clients/IObservableEventsClient.cs @@ -16,7 +16,7 @@ namespace Octokit.Reactive /// /// http://developer.github.com/v3/activity/events/#list-public-events /// - /// All the public s for the particular user. + /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] IObservable GetAll(); @@ -27,7 +27,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-public-events /// /// Options for changing the API response - /// All the public s for the particular user. + /// IObservable GetAll(ApiOptions options); /// @@ -38,7 +38,7 @@ namespace Octokit.Reactive /// /// The owner of the repository /// The name of the repository - /// All the s for the particular repository. + /// IObservable GetAllForRepository(string owner, string name); /// @@ -48,7 +48,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-issue-events-for-a-repository /// /// The ID of the repository - /// All the s for the particular repository. + /// IObservable GetAllForRepository(int repositoryId); /// @@ -60,7 +60,7 @@ namespace Octokit.Reactive /// The owner of the repository /// The name of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// IObservable GetAllForRepository(string owner, string name, ApiOptions options); /// @@ -71,7 +71,7 @@ namespace Octokit.Reactive /// /// The ID of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// IObservable GetAllForRepository(int repositoryId, ApiOptions options); /// @@ -82,7 +82,7 @@ namespace Octokit.Reactive /// /// The owner of the repository /// The name of the repository - /// All the s for the particular repository. + /// IObservable GetAllIssuesForRepository(string owner, string name); /// @@ -92,7 +92,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-issue-events-for-a-repository /// /// The ID of the repository - /// All the s for the particular repository. + /// IObservable GetAllIssuesForRepository(int repositoryId); /// @@ -104,7 +104,7 @@ namespace Octokit.Reactive /// The owner of the repository /// The name of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// IObservable GetAllIssuesForRepository(string owner, string name, ApiOptions options); /// @@ -115,7 +115,7 @@ namespace Octokit.Reactive /// /// The ID of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// IObservable GetAllIssuesForRepository(int repositoryId, ApiOptions options); /// @@ -126,7 +126,7 @@ namespace Octokit.Reactive /// /// The owner of the repository /// The name of the repository - /// All the s for the particular repository network. + /// IObservable GetAllForRepositoryNetwork(string owner, string name); /// @@ -138,7 +138,7 @@ namespace Octokit.Reactive /// The owner of the repository /// The name of the repository /// Options for changing the API response - /// All the s for the particular repository network. + /// IObservable GetAllForRepositoryNetwork(string owner, string name, ApiOptions options); /// @@ -148,7 +148,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-public-events-for-an-organization /// /// The name of the organization - /// All the s for the particular organization. + /// IObservable GetAllForOrganization(string organization); /// @@ -159,7 +159,7 @@ namespace Octokit.Reactive /// /// The name of the organization /// Options for changing the API response - /// All the s for the particular organization. + /// IObservable GetAllForOrganization(string organization, ApiOptions options); /// @@ -169,7 +169,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received /// /// The login of the user - /// All the s that a particular user has received. + /// IObservable GetAllUserReceived(string user); /// @@ -180,7 +180,7 @@ namespace Octokit.Reactive /// /// The login of the user /// Options for changing the API response - /// All the s that a particular user has received. + /// IObservable GetAllUserReceived(string user, ApiOptions options); /// @@ -190,7 +190,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received /// /// The login of the user - /// All the s that a particular user has received. + /// IObservable GetAllUserReceivedPublic(string user); /// @@ -201,7 +201,7 @@ namespace Octokit.Reactive /// /// The login of the user /// Options for changing the API response - /// All the s that a particular user has received. + /// IObservable GetAllUserReceivedPublic(string user, ApiOptions options); /// @@ -211,7 +211,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-events-performed-by-a-user /// /// The login of the user - /// All the s that a particular user has performed. + /// IObservable GetAllUserPerformed(string user); /// @@ -222,7 +222,7 @@ namespace Octokit.Reactive /// /// The login of the user /// Options for changing the API response - /// All the s that a particular user has performed. + /// IObservable GetAllUserPerformed(string user, ApiOptions options); /// @@ -232,7 +232,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user /// /// The login of the user - /// All the public s that a particular user has performed. + /// IObservable GetAllUserPerformedPublic(string user); /// @@ -243,7 +243,7 @@ namespace Octokit.Reactive /// /// The login of the user /// Options for changing the API response - /// All the public s that a particular user has performed. + /// IObservable GetAllUserPerformedPublic(string user, ApiOptions options); /// @@ -254,7 +254,7 @@ namespace Octokit.Reactive /// /// The login of the user /// The name of the organization - /// All the public s that are associated with an organization. + /// IObservable GetAllForAnOrganization(string user, string organization); /// @@ -266,7 +266,7 @@ namespace Octokit.Reactive /// The login of the user /// The name of the organization /// Options for changing the API response - /// All the public s that are associated with an organization. + /// IObservable GetAllForAnOrganization(string user, string organization, ApiOptions options); } } \ No newline at end of file diff --git a/Octokit.Reactive/Clients/ObservableEventsClient.cs b/Octokit.Reactive/Clients/ObservableEventsClient.cs index 318adce7..d3769bc7 100644 --- a/Octokit.Reactive/Clients/ObservableEventsClient.cs +++ b/Octokit.Reactive/Clients/ObservableEventsClient.cs @@ -26,7 +26,7 @@ namespace Octokit.Reactive /// /// http://developer.github.com/v3/activity/events/#list-public-events /// - /// All the public s for the particular user. + /// public IObservable GetAll() { return GetAll(ApiOptions.None); @@ -39,7 +39,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-public-events /// /// Options for changing the API response - /// All the public s for the particular user. + /// public IObservable GetAll(ApiOptions options) { Ensure.ArgumentNotNull(options, "options"); @@ -55,7 +55,7 @@ namespace Octokit.Reactive /// /// The owner of the repository /// The name of the repository - /// All the s for the particular repository. + /// public IObservable GetAllForRepository(string owner, string name) { Ensure.ArgumentNotNullOrEmptyString(owner, "owner"); @@ -71,7 +71,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-issue-events-for-a-repository /// /// The ID of the repository - /// All the s for the particular repository. + /// public IObservable GetAllForRepository(int repositoryId) { return GetAllForRepository(repositoryId, ApiOptions.None); @@ -86,7 +86,7 @@ namespace Octokit.Reactive /// The owner of the repository /// The name of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// public IObservable GetAllForRepository(string owner, string name, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(owner, "owner"); @@ -104,7 +104,7 @@ namespace Octokit.Reactive /// /// The ID of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// public IObservable GetAllForRepository(int repositoryId, ApiOptions options) { Ensure.ArgumentNotNull(options, "options"); @@ -120,7 +120,7 @@ namespace Octokit.Reactive /// /// The owner of the repository /// The name of the repository - /// All the s for the particular repository. + /// public IObservable GetAllIssuesForRepository(string owner, string name) { Ensure.ArgumentNotNullOrEmptyString(owner, "owner"); @@ -136,7 +136,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-issue-events-for-a-repository /// /// The ID of the repository - /// All the s for the particular repository. + /// public IObservable GetAllIssuesForRepository(int repositoryId) { return GetAllIssuesForRepository(repositoryId, ApiOptions.None); @@ -151,7 +151,7 @@ namespace Octokit.Reactive /// The owner of the repository /// The name of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// public IObservable GetAllIssuesForRepository(string owner, string name, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(owner, "owner"); @@ -169,7 +169,7 @@ namespace Octokit.Reactive /// /// The ID of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// public IObservable GetAllIssuesForRepository(int repositoryId, ApiOptions options) { Ensure.ArgumentNotNull(options, "options"); @@ -185,7 +185,7 @@ namespace Octokit.Reactive /// /// The owner of the repository /// The name of the repository - /// All the s for the particular repository network. + /// public IObservable GetAllForRepositoryNetwork(string owner, string name) { Ensure.ArgumentNotNullOrEmptyString(owner, "owner"); @@ -203,7 +203,7 @@ namespace Octokit.Reactive /// The owner of the repository /// The name of the repository /// Options for changing the API response - /// All the s for the particular repository network. + /// public IObservable GetAllForRepositoryNetwork(string owner, string name, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(owner, "owner"); @@ -220,7 +220,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-public-events-for-an-organization /// /// The name of the organization - /// All the s for the particular organization. + /// public IObservable GetAllForOrganization(string organization) { Ensure.ArgumentNotNullOrEmptyString(organization, "organization"); @@ -236,7 +236,7 @@ namespace Octokit.Reactive /// /// The name of the organization /// Options for changing the API response - /// All the s for the particular organization. + /// public IObservable GetAllForOrganization(string organization, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(organization, "organization"); @@ -252,7 +252,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received /// /// The login of the user - /// All the s that a particular user has received. + /// public IObservable GetAllUserReceived(string user) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -268,7 +268,7 @@ namespace Octokit.Reactive /// /// The login of the user /// Options for changing the API response - /// All the s that a particular user has received. + /// public IObservable GetAllUserReceived(string user, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -284,7 +284,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received /// /// The login of the user - /// All the s that a particular user has received. + /// public IObservable GetAllUserReceivedPublic(string user) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -300,7 +300,7 @@ namespace Octokit.Reactive /// /// The login of the user /// Options for changing the API response - /// All the s that a particular user has received. + /// public IObservable GetAllUserReceivedPublic(string user, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -316,7 +316,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-events-performed-by-a-user /// /// The login of the user - /// All the s that a particular user has performed. + /// public IObservable GetAllUserPerformed(string user) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -332,7 +332,7 @@ namespace Octokit.Reactive /// /// The login of the user /// Options for changing the API response - /// All the s that a particular user has performed. + /// public IObservable GetAllUserPerformed(string user, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -348,7 +348,7 @@ namespace Octokit.Reactive /// http://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user /// /// The login of the user - /// All the public s that a particular user has performed. + /// public IObservable GetAllUserPerformedPublic(string user) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -364,7 +364,7 @@ namespace Octokit.Reactive /// /// The login of the user /// Options for changing the API response - /// All the public s that a particular user has performed. + /// public IObservable GetAllUserPerformedPublic(string user, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -381,7 +381,7 @@ namespace Octokit.Reactive /// /// The login of the user /// The name of the organization - /// All the public s that are associated with an organization. + /// public IObservable GetAllForAnOrganization(string user, string organization) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -399,7 +399,7 @@ namespace Octokit.Reactive /// The login of the user /// The name of the organization /// Options for changing the API response - /// All the public s that are associated with an organization. + /// public IObservable GetAllForAnOrganization(string user, string organization, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); diff --git a/Octokit/Clients/EventsClient.cs b/Octokit/Clients/EventsClient.cs index d6c91474..0edf9d51 100644 --- a/Octokit/Clients/EventsClient.cs +++ b/Octokit/Clients/EventsClient.cs @@ -26,7 +26,7 @@ namespace Octokit /// /// http://developer.github.com/v3/activity/events/#list-public-events /// - /// All the public s for the particular user. + /// public Task> GetAll() { return GetAll(ApiOptions.None); @@ -39,7 +39,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-public-events /// /// Options for changing the API response - /// All the public s for the particular user. + /// public Task> GetAll(ApiOptions options) { Ensure.ArgumentNotNull(options, "options"); @@ -55,7 +55,7 @@ namespace Octokit /// /// The owner of the repository /// The name of the repository - /// All the s for the particular repository. + /// public Task> GetAllForRepository(string owner, string name) { Ensure.ArgumentNotNullOrEmptyString(owner, "owner"); @@ -71,7 +71,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-issue-events-for-a-repository /// /// The ID of the repository - /// All the s for the particular repository. + /// public Task> GetAllForRepository(int repositoryId) { return GetAllForRepository(repositoryId, ApiOptions.None); @@ -86,7 +86,7 @@ namespace Octokit /// The owner of the repository /// The name of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// public Task> GetAllForRepository(string owner, string name, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(owner, "owner"); @@ -104,7 +104,7 @@ namespace Octokit /// /// The ID of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// public Task> GetAllForRepository(int repositoryId, ApiOptions options) { Ensure.ArgumentNotNull(options, "options"); @@ -120,7 +120,7 @@ namespace Octokit /// /// The owner of the repository /// The name of the repository - /// All the s for the particular repository. + /// public Task> GetAllIssuesForRepository(string owner, string name) { Ensure.ArgumentNotNullOrEmptyString(owner, "owner"); @@ -136,7 +136,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-issue-events-for-a-repository /// /// The ID of the repository - /// All the s for the particular repository. + /// public Task> GetAllIssuesForRepository(int repositoryId) { return GetAllIssuesForRepository(repositoryId, ApiOptions.None); @@ -151,7 +151,7 @@ namespace Octokit /// The owner of the repository /// The name of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// public Task> GetAllIssuesForRepository(string owner, string name, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(owner, "owner"); @@ -169,7 +169,7 @@ namespace Octokit /// /// The ID of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// public Task> GetAllIssuesForRepository(int repositoryId, ApiOptions options) { Ensure.ArgumentNotNull(options, "options"); @@ -185,7 +185,7 @@ namespace Octokit /// /// The owner of the repository /// The name of the repository - /// All the s for the particular repository network. + /// public Task> GetAllForRepositoryNetwork(string owner, string name) { Ensure.ArgumentNotNullOrEmptyString(owner, "owner"); @@ -203,7 +203,7 @@ namespace Octokit /// The owner of the repository /// The name of the repository /// Options for changing the API response - /// All the s for the particular repository network. + /// public Task> GetAllForRepositoryNetwork(string owner, string name, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(owner, "owner"); @@ -220,7 +220,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-public-events-for-an-organization /// /// The name of the organization - /// All the s for the particular organization. + /// public Task> GetAllForOrganization(string organization) { Ensure.ArgumentNotNullOrEmptyString(organization, "organization"); @@ -236,7 +236,7 @@ namespace Octokit /// /// The name of the organization /// Options for changing the API response - /// All the s for the particular organization. + /// public Task> GetAllForOrganization(string organization, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(organization, "organization"); @@ -252,7 +252,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received /// /// The login of the user - /// All the s that a particular user has received. + /// public Task> GetAllUserReceived(string user) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -268,7 +268,7 @@ namespace Octokit /// /// The login of the user /// Options for changing the API response - /// All the s that a particular user has received. + /// public Task> GetAllUserReceived(string user, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -284,7 +284,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received /// /// The login of the user - /// All the s that a particular user has received. + /// public Task> GetAllUserReceivedPublic(string user) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -300,7 +300,7 @@ namespace Octokit /// /// The login of the user /// Options for changing the API response - /// All the s that a particular user has received. + /// public Task> GetAllUserReceivedPublic(string user, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -316,7 +316,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-events-performed-by-a-user /// /// The login of the user - /// All the s that a particular user has performed. + /// public Task> GetAllUserPerformed(string user) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -332,7 +332,7 @@ namespace Octokit /// /// The login of the user /// Options for changing the API response - /// All the s that a particular user has performed. + /// public Task> GetAllUserPerformed(string user, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -348,7 +348,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user /// /// The login of the user - /// All the public s that a particular user has performed. + /// public Task> GetAllUserPerformedPublic(string user) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -364,7 +364,7 @@ namespace Octokit /// /// The login of the user /// Options for changing the API response - /// All the public s that a particular user has performed. + /// public Task> GetAllUserPerformedPublic(string user, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -381,7 +381,7 @@ namespace Octokit /// /// The login of the user /// The name of the organization - /// All the public s that are associated with an organization. + /// public Task> GetAllForAnOrganization(string user, string organization) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); @@ -399,7 +399,7 @@ namespace Octokit /// The login of the user /// The name of the organization /// Options for changing the API response - /// All the public s that are associated with an organization. + /// public Task> GetAllForAnOrganization(string user, string organization, ApiOptions options) { Ensure.ArgumentNotNullOrEmptyString(user, "user"); diff --git a/Octokit/Clients/IEventsClient.cs b/Octokit/Clients/IEventsClient.cs index 679fb16d..6e597b8d 100644 --- a/Octokit/Clients/IEventsClient.cs +++ b/Octokit/Clients/IEventsClient.cs @@ -17,7 +17,7 @@ namespace Octokit /// /// http://developer.github.com/v3/activity/events/#list-public-events /// - /// All the public s for the particular user. + /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] Task> GetAll(); @@ -28,7 +28,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-public-events /// /// Options for changing the API response - /// All the public s for the particular user. + /// Task> GetAll(ApiOptions options); /// @@ -39,7 +39,7 @@ namespace Octokit /// /// The owner of the repository /// The name of the repository - /// All the s for the particular repository. + /// Task> GetAllForRepository(string owner, string name); /// @@ -49,7 +49,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-issue-events-for-a-repository /// /// The ID of the repository - /// All the s for the particular repository. + /// Task> GetAllForRepository(int repositoryId); /// @@ -61,7 +61,7 @@ namespace Octokit /// The owner of the repository /// The name of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// Task> GetAllForRepository(string owner, string name, ApiOptions options); /// @@ -72,7 +72,7 @@ namespace Octokit /// /// The ID of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// Task> GetAllForRepository(int repositoryId, ApiOptions options); /// @@ -83,7 +83,7 @@ namespace Octokit /// /// The owner of the repository /// The name of the repository - /// All the s for the particular repository. + /// Task> GetAllIssuesForRepository(string owner, string name); /// @@ -93,7 +93,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-issue-events-for-a-repository /// /// The ID of the repository - /// All the s for the particular repository. + /// Task> GetAllIssuesForRepository(int repositoryId); /// @@ -105,7 +105,7 @@ namespace Octokit /// The owner of the repository /// The name of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// Task> GetAllIssuesForRepository(string owner, string name, ApiOptions options); /// @@ -116,7 +116,7 @@ namespace Octokit /// /// The ID of the repository /// Options for changing the API response - /// All the s for the particular repository. + /// Task> GetAllIssuesForRepository(int repositoryId, ApiOptions options); /// @@ -127,7 +127,7 @@ namespace Octokit /// /// The owner of the repository /// The name of the repository - /// All the s for the particular repository network. + /// Task> GetAllForRepositoryNetwork(string owner, string name); /// @@ -139,7 +139,7 @@ namespace Octokit /// The owner of the repository /// The name of the repository /// Options for changing the API response - /// All the s for the particular repository network. + /// Task> GetAllForRepositoryNetwork(string owner, string name, ApiOptions options); /// @@ -149,7 +149,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-public-events-for-an-organization /// /// The name of the organization - /// All the s for the particular organization. + /// Task> GetAllForOrganization(string organization); /// @@ -160,7 +160,7 @@ namespace Octokit /// /// The name of the organization /// Options for changing the API response - /// All the s for the particular organization. + /// Task> GetAllForOrganization(string organization, ApiOptions options); /// @@ -170,7 +170,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received /// /// The login of the user - /// All the s that a particular user has received. + /// Task> GetAllUserReceived(string user); /// @@ -181,7 +181,7 @@ namespace Octokit /// /// The login of the user /// Options for changing the API response - /// All the s that a particular user has received. + /// Task> GetAllUserReceived(string user, ApiOptions options); /// @@ -191,7 +191,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received /// /// The login of the user - /// All the s that a particular user has received. + /// Task> GetAllUserReceivedPublic(string user); /// @@ -202,7 +202,7 @@ namespace Octokit /// /// The login of the user /// Options for changing the API response - /// All the s that a particular user has received. + /// Task> GetAllUserReceivedPublic(string user, ApiOptions options); /// @@ -212,7 +212,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-events-performed-by-a-user /// /// The login of the user - /// All the s that a particular user has performed. + /// Task> GetAllUserPerformed(string user); /// @@ -223,7 +223,7 @@ namespace Octokit /// /// The login of the user /// Options for changing the API response - /// All the s that a particular user has performed. + /// Task> GetAllUserPerformed(string user, ApiOptions options); /// @@ -233,7 +233,7 @@ namespace Octokit /// http://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user /// /// The login of the user - /// All the public s that a particular user has performed. + /// Task> GetAllUserPerformedPublic(string user); /// @@ -244,7 +244,7 @@ namespace Octokit /// /// The login of the user /// Options for changing the API response - /// All the public s that a particular user has performed. + /// Task> GetAllUserPerformedPublic(string user, ApiOptions options); /// @@ -255,7 +255,7 @@ namespace Octokit /// /// The login of the user /// The name of the organization - /// All the public s that are associated with an organization. + /// Task> GetAllForAnOrganization(string user, string organization); /// @@ -267,7 +267,7 @@ namespace Octokit /// The login of the user /// The name of the organization /// Options for changing the API response - /// All the public s that are associated with an organization. + /// Task> GetAllForAnOrganization(string user, string organization, ApiOptions options); } } \ No newline at end of file