See the Collaborators API documentation for more details.
Constructors
-
Repo
Collaborators Initializes a new GitHub Repo Collaborators API client.Client(IApi Connection)
Methods
-
Add(Int64,
String) Adds a new collaborator to the repository. -
Add(Int64,
String, Adds a new collaborator to the repository.Collaborator Request) -
Add(String,
String, Adds a new collaborator to the repository.String) -
Add(String,
String, Adds a new collaborator to the repository.String, Collaborator Request) -
Delete(Int64,
String) Deletes a collaborator from the repository. -
Delete(String,
String, Deletes a collaborator from the repository.String) -
Get
All(Int64) Gets all the collaborators on a repository. -
Get
All(Int64, Gets all the collaborators on a repository.Api Options) -
Get
All(Int64, Gets all the collaborators on a repository.Repository Collaborator List Request) -
Get
All(Int64, Gets all the collaborators on a repository.Repository Collaborator List Request, Api Options) -
Get
All(String, Gets all the collaborators on a repository.String) -
Get
All(String, Gets all the collaborators on a repository.String, Api Options) -
Get
All(String, Gets all the collaborators on a repository.String, Repository Collaborator List Request) -
Get
All(String, Gets all the collaborators on a repository.String, Repository Collaborator List Request, Api Options) -
Invite(Int64,
String) Invites a new collaborator to the repo -
Invite(Int64,
String, Invites a new collaborator to the repoCollaborator Request) -
Invite(String,
String, Invites a new collaborator to the repoString) -
Invite(String,
String, Invites a new collaborator to the repoString, Collaborator Request) -
Is
Collaborator(Int64, Checks if a user is a collaborator on a repository.String) -
Is
Collaborator(String, Checks if a user is a collaborator on a repository.String, String) -
Review
Permission(Int64, Review a user's permission level in a repositoryString) -
Review
Permission(String, Review a user's permission level in a repositoryString, String)