# Functions
AddIssueLabels writes labels for the requirements of reviews.
DelHook deletes a webhook from the remote repository.
FromContext returns the Remote client associated with this context.
GetComments gets pull request comments from the remote system.
GetContents gets the file contents from the remote system.
GetHook gets the hook from the http Request.
GetIssueLabels get all the labels of an issue.
GetMembers gets a team members list from the remote system.
GetPerm gets a repository permission from the remote system.
GetRepo gets a repository from the remote system.
GetRepos gets a repository list from the remote system.
GetReviews gets pull request reviews from the remote system.
GetTeams gets a team list from the remote system.
GetUser authenticates a user with the remote system.
GetUserToken authenticates a user with the remote system using the remote systems OAuth token.
RemoveIssueLabels remove the labels of some issue.
SetHook adds a webhook to the remote repository.
SetStatus adds or updates the pull request status in the remote system.
ToContext adds the Remote client to this context if it supports the Setter interface.