mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
removed <returns> tags
This commit is contained in:
@@ -16,7 +16,6 @@ namespace Octokit.Reactive
|
||||
/// <remarks>
|
||||
/// http://developer.github.com/v3/activity/events/#list-public-events
|
||||
/// </remarks>
|
||||
/// <returns>All the public <see cref="Activity"/>s for the particular user.</returns>
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
|
||||
IObservable<Activity> GetAll();
|
||||
|
||||
@@ -27,7 +26,6 @@ namespace Octokit.Reactive
|
||||
/// http://developer.github.com/v3/activity/events/#list-public-events
|
||||
/// </remarks>
|
||||
/// <param name="options">Options for changing the API response</param>
|
||||
/// <returns>All the public <see cref="Activity"/>s for the particular user.</returns>
|
||||
IObservable<Activity> GetAll(ApiOptions options);
|
||||
|
||||
/// <summary>
|
||||
@@ -38,7 +36,6 @@ namespace Octokit.Reactive
|
||||
/// </remarks>
|
||||
/// <param name="owner">The owner of the repository</param>
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <returns>All the <see cref="Activity"/>s for the particular repository.</returns>
|
||||
IObservable<Activity> GetAllForRepository(string owner, string name);
|
||||
|
||||
/// <summary>
|
||||
@@ -48,7 +45,6 @@ namespace Octokit.Reactive
|
||||
/// http://developer.github.com/v3/activity/events/#list-issue-events-for-a-repository
|
||||
/// </remarks>
|
||||
/// <param name="repositoryId">The ID of the repository</param>
|
||||
/// <returns>All the <see cref="Activity"/>s for the particular repository.</returns>
|
||||
IObservable<Activity> GetAllForRepository(int repositoryId);
|
||||
|
||||
/// <summary>
|
||||
@@ -60,7 +56,6 @@ namespace Octokit.Reactive
|
||||
/// <param name="owner">The owner of the repository</param>
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <param name="options">Options for changing the API response</param>
|
||||
/// <returns>All the <see cref="Activity"/>s for the particular repository.</returns>
|
||||
IObservable<Activity> GetAllForRepository(string owner, string name, ApiOptions options);
|
||||
|
||||
/// <summary>
|
||||
@@ -71,7 +66,6 @@ namespace Octokit.Reactive
|
||||
/// </remarks>
|
||||
/// <param name="repositoryId">The ID of the repository</param>
|
||||
/// <param name="options">Options for changing the API response</param>
|
||||
/// <returns>All the <see cref="Activity"/>s for the particular repository.</returns>
|
||||
IObservable<Activity> GetAllForRepository(int repositoryId, ApiOptions options);
|
||||
|
||||
/// <summary>
|
||||
@@ -82,7 +76,6 @@ namespace Octokit.Reactive
|
||||
/// </remarks>
|
||||
/// <param name="owner">The owner of the repository</param>
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <returns>All the <see cref="Activity"/>s for the particular repository.</returns>
|
||||
IObservable<Activity> GetAllIssuesForRepository(string owner, string name);
|
||||
|
||||
/// <summary>
|
||||
@@ -92,7 +85,6 @@ namespace Octokit.Reactive
|
||||
/// http://developer.github.com/v3/activity/events/#list-issue-events-for-a-repository
|
||||
/// </remarks>
|
||||
/// <param name="repositoryId">The ID of the repository</param>
|
||||
/// <returns>All the <see cref="Activity"/>s for the particular repository.</returns>
|
||||
IObservable<Activity> GetAllIssuesForRepository(int repositoryId);
|
||||
|
||||
/// <summary>
|
||||
@@ -104,7 +96,6 @@ namespace Octokit.Reactive
|
||||
/// <param name="owner">The owner of the repository</param>
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <param name="options">Options for changing the API response</param>
|
||||
/// <returns>All the <see cref="Activity"/>s for the particular repository.</returns>
|
||||
IObservable<Activity> GetAllIssuesForRepository(string owner, string name, ApiOptions options);
|
||||
|
||||
/// <summary>
|
||||
@@ -115,7 +106,6 @@ namespace Octokit.Reactive
|
||||
/// </remarks>
|
||||
/// <param name="repositoryId">The ID of the repository</param>
|
||||
/// <param name="options">Options for changing the API response</param>
|
||||
/// <returns>All the <see cref="Activity"/>s for the particular repository.</returns>
|
||||
IObservable<Activity> GetAllIssuesForRepository(int repositoryId, ApiOptions options);
|
||||
|
||||
/// <summary>
|
||||
@@ -126,7 +116,6 @@ namespace Octokit.Reactive
|
||||
/// </remarks>
|
||||
/// <param name="owner">The owner of the repository</param>
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <returns>All the <see cref="Activity"/>s for the particular repository network.</returns>
|
||||
IObservable<Activity> GetAllForRepositoryNetwork(string owner, string name);
|
||||
|
||||
/// <summary>
|
||||
@@ -138,7 +127,6 @@ namespace Octokit.Reactive
|
||||
/// <param name="owner">The owner of the repository</param>
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <param name="options">Options for changing the API response</param>
|
||||
/// <returns>All the <see cref="Activity"/>s for the particular repository network.</returns>
|
||||
IObservable<Activity> GetAllForRepositoryNetwork(string owner, string name, ApiOptions options);
|
||||
|
||||
/// <summary>
|
||||
@@ -148,7 +136,6 @@ namespace Octokit.Reactive
|
||||
/// http://developer.github.com/v3/activity/events/#list-public-events-for-an-organization
|
||||
/// </remarks>
|
||||
/// <param name="organization">The name of the organization</param>
|
||||
/// <returns>All the <see cref="Activity"/>s for the particular organization.</returns>
|
||||
IObservable<Activity> GetAllForOrganization(string organization);
|
||||
|
||||
/// <summary>
|
||||
@@ -159,7 +146,6 @@ namespace Octokit.Reactive
|
||||
/// </remarks>
|
||||
/// <param name="organization">The name of the organization</param>
|
||||
/// <param name="options">Options for changing the API response</param>
|
||||
/// <returns>All the <see cref="Activity"/>s for the particular organization.</returns>
|
||||
IObservable<Activity> GetAllForOrganization(string organization, ApiOptions options);
|
||||
|
||||
/// <summary>
|
||||
@@ -169,7 +155,6 @@ namespace Octokit.Reactive
|
||||
/// http://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received
|
||||
/// </remarks>
|
||||
/// <param name="user">The login of the user</param>
|
||||
/// <returns>All the <see cref="Activity"/>s that a particular user has received.</returns>
|
||||
IObservable<Activity> GetAllUserReceived(string user);
|
||||
|
||||
/// <summary>
|
||||
@@ -180,7 +165,6 @@ namespace Octokit.Reactive
|
||||
/// </remarks>
|
||||
/// <param name="user">The login of the user</param>
|
||||
/// <param name="options">Options for changing the API response</param>
|
||||
/// <returns>All the <see cref="Activity"/>s that a particular user has received.</returns>
|
||||
IObservable<Activity> GetAllUserReceived(string user, ApiOptions options);
|
||||
|
||||
/// <summary>
|
||||
@@ -190,7 +174,6 @@ namespace Octokit.Reactive
|
||||
/// http://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received
|
||||
/// </remarks>
|
||||
/// <param name="user">The login of the user</param>
|
||||
/// <returns>All the <see cref="Activity"/>s that a particular user has received.</returns>
|
||||
IObservable<Activity> GetAllUserReceivedPublic(string user);
|
||||
|
||||
/// <summary>
|
||||
@@ -201,7 +184,6 @@ namespace Octokit.Reactive
|
||||
/// </remarks>
|
||||
/// <param name="user">The login of the user</param>
|
||||
/// <param name="options">Options for changing the API response</param>
|
||||
/// <returns>All the <see cref="Activity"/>s that a particular user has received.</returns>
|
||||
IObservable<Activity> GetAllUserReceivedPublic(string user, ApiOptions options);
|
||||
|
||||
/// <summary>
|
||||
@@ -211,7 +193,6 @@ namespace Octokit.Reactive
|
||||
/// http://developer.github.com/v3/activity/events/#list-events-performed-by-a-user
|
||||
/// </remarks>
|
||||
/// <param name="user">The login of the user</param>
|
||||
/// <returns>All the <see cref="Activity"/>s that a particular user has performed.</returns>
|
||||
IObservable<Activity> GetAllUserPerformed(string user);
|
||||
|
||||
/// <summary>
|
||||
@@ -222,7 +203,6 @@ namespace Octokit.Reactive
|
||||
/// </remarks>
|
||||
/// <param name="user">The login of the user</param>
|
||||
/// <param name="options">Options for changing the API response</param>
|
||||
/// <returns>All the <see cref="Activity"/>s that a particular user has performed.</returns>
|
||||
IObservable<Activity> GetAllUserPerformed(string user, ApiOptions options);
|
||||
|
||||
/// <summary>
|
||||
@@ -232,7 +212,6 @@ namespace Octokit.Reactive
|
||||
/// http://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user
|
||||
/// </remarks>
|
||||
/// <param name="user">The login of the user</param>
|
||||
/// <returns>All the public <see cref="Activity"/>s that a particular user has performed.</returns>
|
||||
IObservable<Activity> GetAllUserPerformedPublic(string user);
|
||||
|
||||
/// <summary>
|
||||
@@ -243,7 +222,6 @@ namespace Octokit.Reactive
|
||||
/// </remarks>
|
||||
/// <param name="user">The login of the user</param>
|
||||
/// <param name="options">Options for changing the API response</param>
|
||||
/// <returns>All the public <see cref="Activity"/>s that a particular user has performed.</returns>
|
||||
IObservable<Activity> GetAllUserPerformedPublic(string user, ApiOptions options);
|
||||
|
||||
/// <summary>
|
||||
@@ -254,7 +232,6 @@ namespace Octokit.Reactive
|
||||
/// </remarks>
|
||||
/// <param name="user">The login of the user</param>
|
||||
/// <param name="organization">The name of the organization</param>
|
||||
/// <returns>All the public <see cref="Activity"/>s that are associated with an organization.</returns>
|
||||
IObservable<Activity> GetAllForAnOrganization(string user, string organization);
|
||||
|
||||
/// <summary>
|
||||
@@ -266,7 +243,6 @@ namespace Octokit.Reactive
|
||||
/// <param name="user">The login of the user</param>
|
||||
/// <param name="organization">The name of the organization</param>
|
||||
/// <param name="options">Options for changing the API response</param>
|
||||
/// <returns>All the public <see cref="Activity"/>s that are associated with an organization.</returns>
|
||||
IObservable<Activity> GetAllForAnOrganization(string user, string organization, ApiOptions options);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user