Skip to content

Commit

Permalink
Remove ExcludeFromPaginationApiOptionsConvention for RepositoryInvita…
Browse files Browse the repository at this point in the history
…tionsClient
  • Loading branch information
gdziadkiewicz committed Oct 18, 2017
1 parent 7e4112c commit 4477a8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Octokit/Clients/IRepositoryInvitationsClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public interface IRepositoryInvitationsClient
/// </remarks>
/// <exception cref="ApiException">Thrown when a general API error occurs.</exception>
[SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
[ExcludeFromPaginationApiOptionsConventionTest("TODO: Implement pagination for this method")]
Task<IReadOnlyList<RepositoryInvitation>> GetAllForCurrent();

/// <summary>
Expand All @@ -73,7 +72,6 @@ public interface IRepositoryInvitationsClient
/// </remarks>
/// <param name="repositoryId">The id of the repository</param>
/// <exception cref="ApiException">Thrown when a general API error occurs.</exception>
[ExcludeFromPaginationApiOptionsConventionTest("TODO: Implement pagination for this method")]
Task<IReadOnlyList<RepositoryInvitation>> GetAllForRepository(long repositoryId);

/// <summary>
Expand Down

0 comments on commit 4477a8c

Please sign in to comment.