mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
added overloads with repositoryId for IObservableRepoCollaboratorsClient
This commit is contained in:
@@ -86,6 +86,8 @@ namespace Octokit
|
||||
/// <returns>A <see cref="IReadOnlyPagedCollection{User}"/> of <see cref="User"/>s for the specified repository.</returns>
|
||||
public Task<IReadOnlyList<User>> GetAll(int repositoryId, ApiOptions options)
|
||||
{
|
||||
Ensure.ArgumentNotNull(options, "options");
|
||||
|
||||
return ApiConnection.GetAll<User>(ApiUrls.RepoCollaborators(repositoryId), options);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user