mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 10:55:53 +00:00
implementation for reactive repo collab client
This commit is contained in:
@@ -37,8 +37,7 @@ namespace Octokit
|
||||
Ensure.ArgumentNotNullOrEmptyString(owner, "owner");
|
||||
Ensure.ArgumentNotNullOrEmptyString(repo, "repo");
|
||||
|
||||
var endpoint = "repos/{0}/{1}/collaborators".FormatUri(owner, repo);
|
||||
|
||||
var endpoint = ApiUrls.RepoCollaborators(owner, repo);
|
||||
return ApiConnection.GetAll<User>(endpoint);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user