See the Issue Assignees API documentation for more information.
Constructors
-
Assignees
Client(IApi Instantiates a new GitHub Issue Assignees API client.Connection)
Methods
-
Add
Assignees(String, Add assignees to a specified Issue.String, Int32, Assignees Update) -
Check
Assignee(Int64, Checks to see if a user is an assignee for a repository.String) -
Check
Assignee(String, Checks to see if a user is an assignee for a repository.String, String) -
Get
All Gets all the available assignees (owner + collaborators) to which issues may be assigned.For Repository(Int64) -
Get
All Gets all the available assignees (owner + collaborators) to which issues may be assigned.For Repository(Int64, Api Options) -
Get
All Gets all the available assignees (owner + collaborators) to which issues may be assigned.For Repository(String, String) -
Get
All Gets all the available assignees (owner + collaborators) to which issues may be assigned.For Repository(String, String, Api Options) -
Remove
Assignees(String, Remove assignees from a specified Issue.String, Int32, Assignees Update)