| Namespace | http://www.mulesoft.org/schema/mule/github |
|---|---|
| Schema Location | http://www.mulesoft.org/schema/mule/github/1.0/mule-github.xsd |
| Version | 1.0 |
| Minimum Mule Version | 3.2 |
Generic module
| Configuration | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Configure an instance of this module
| |||||||||||
| Message Processors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a collaborator to the given repository
| |||||||||||
Creates a commit comment
| |||||||||||
Add one or more e-mail addresses to the currently authenticated user's account
| |||||||||||
Add given user to team with given id
| |||||||||||
Add repository to team
| |||||||||||
Closes a GitHub issue
| |||||||||||
Create comment on specified issue id
| |||||||||||
Returns a new deploy key
| |||||||||||
Creates a comment on the specified gist id
| |||||||||||
Creates a GitHub issue
| |||||||||||
Create key for currently authenticated user
| |||||||||||
Creates a new label
| |||||||||||
Creates a new milestone
| |||||||||||
Create a new repository
| |||||||||||
Create a new repository for the given organization
| |||||||||||
Creates a new download resource
| |||||||||||
Create the given team
| |||||||||||
Delete the issue comment with the given id
| |||||||||||
Deletes the given comment
| |||||||||||
Deletes a deploy key given the given id
| |||||||||||
Deletes a download given the provided id
| |||||||||||
Deletes the given gist
| |||||||||||
Deletes the given comment
| |||||||||||
Delete key with given id
| |||||||||||
Deletes the given label
| |||||||||||
Deletes a given milestone
| |||||||||||
Delete the team with the given id
| |||||||||||
Edits the body of the comment represented by the given comment id
| |||||||||||
Edits a given comment
| |||||||||||
Edits a given deploy key
| |||||||||||
Updates the given comment
| |||||||||||
Edit key for currently authenticated user
| |||||||||||
Edit given repository.
| |||||||||||
Edit the given team.
| |||||||||||
Make the currently authenticated user follow the given user
| |||||||||||
Forks the given gist
| |||||||||||
Fork given repository into new repository under the currently
authenticated user.
| |||||||||||
Fork given repository into new repository.
| |||||||||||
Get branches in given repository
| |||||||||||
Returns the list of collaborators of the given repository
| |||||||||||
Returns a comment from commit with the given id
| |||||||||||
Get an issue's comments
| |||||||||||
Returns a commit with given SHA-1 from given repository
| |||||||||||
Returns a list of the commits for a given repository
| |||||||||||
Returns all commits in given repository beginning at an optional commit SHA-1
and affecting an optional path.
| |||||||||||
Returns all comments on commit with given Sha
| |||||||||||
Get contributors to repository
| |||||||||||
Get the currently authenticated user
| |||||||||||
Returns the key that corresponds to the given id
| |||||||||||
Returns all deploys keys associated with the given repository
| |||||||||||
Returns a single download given the provided id
| |||||||||||
Get all e-mail addresses for the currently authenticated user
| |||||||||||
Returns a list of followers for given user, if no one is provided the current authenticated user will be used
| |||||||||||
Returns a list users following the given user, if no one is provided the current authenticated user will be used
| |||||||||||
Get all the forks of the given repository
| |||||||||||
Returns the gist according to the given id
| |||||||||||
Returns the comment according to the given id
| |||||||||||
Returns a list of comments for the given gist
| |||||||||||
Returns a list of gists for the specified user
| |||||||||||
Get the issue represented by the given issueId
| |||||||||||
Get issue event for repository
| |||||||||||
Get a list of
Issue objects that match the specified filter data | |||||||||||
Custom processor
| |||||||||||
Custom processor
| |||||||||||
Get key with given id
| |||||||||||
Get all public keys for currently authenticated user
| |||||||||||
Returns a single label
| |||||||||||
Returns a list of labels for the given repository and user
| |||||||||||
Get languages used in given repository
| |||||||||||
Returns a single milestone
| |||||||||||
Returns a list of milestones for the given repository
| |||||||||||
Get organization repositories for the given organization
| |||||||||||
Get repositories for the currently authenticated user
| |||||||||||
Get repositories for the given user
| |||||||||||
Get repository
| |||||||||||
Returns the starred gists for the currently authenticated user
| |||||||||||
Get tags in given repository
| |||||||||||
Get team with given id
| |||||||||||
Get members of team with given id
| |||||||||||
Get all repositories for given team
| |||||||||||
Get all teams in the given organization
| |||||||||||
Get user with given login name
| |||||||||||
Get repositories watched by the given user
| |||||||||||
Get users watching given repository
| |||||||||||
Returns whether the user is a collaborator of the given repository
| |||||||||||
Returns wether the authenticated user is following the given user
| |||||||||||
Returns whether the gist is starred or not
| |||||||||||
Is the given user a member of the team with the given id
| |||||||||||
Is currently authenticated user watching given repository?
| |||||||||||
Removes a collaborator from the given repository
| |||||||||||
Removes one or more e-mail addresses to the currently authenticated user's account
| |||||||||||
Remove given user from team with given id
| |||||||||||
Remove repository from team
| |||||||||||
Star the gist with the given id | |||||||||||
Make the currently authenticated user unfollow the given user
| |||||||||||
Unstar the gist with the given id | |||||||||||
Remove currently authenticated user as a watcher of the given repository
| |||||||||||
Updates the currently authenticated user using the given attributes.
| |||||||||||
Add currently authenticated user as a watcher of the given repository
| |||||||||||
To use the this module within a flow the namespace to the module must be included. The resulting flow will look similar to the following:
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:github="http://www.mulesoft.org/schema/mule/github"
xsi:schemaLocation="
http://www.mulesoft.org/schema/mule/core
http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/github
http://www.mulesoft.org/schema/mule/github/1.0/mule-github.xsd">
<!-- here goes your flows and configuration elements -->
</mule>
This module is configured using the config element. This element must be placed outside of your flows and at the root of your Mule application. You can create as many configurations as you deem necesary as long as each carries its own name.
Each message processor, message source or transformer carries a config-ref attribute that allows the invoker to specify which configuration to use.
| Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Type | Name | Default Value | Description | Optional. Give a name to this configuration so it can be later referenced. | |||||||
| The password | |||||||||||
| The user name | |||||||||||
Adds a collaborator to the given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| Optional. The user that's going to be added as a collaborator to the given repository, leave empty to use this#user |
| IOException |
|---|
Creates a commit comment
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| Body of the commit comment | ||
| Sha of the commit to comment on | ||
| Line number in the file to comment on | ||
| Relative path of the file to comment on | ||
| Line index in the diff to comment on |
| IOException |
|---|
Add one or more e-mail addresses to the currently authenticated user's account
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. |
| IOException | |
| IOException |
Add given user to team with given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The team id | ||
| The user name |
| IOException | |
| IOException |
Add repository to team
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The team id | ||
| The owner of the repository | ||
| The name of the repository |
| IOException | |
| IOException |
Closes a GitHub issue
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The repository name | ||
| The issues's id |
| IOException |
|---|
Create comment on specified issue id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The repostory name | ||
| The issue id | ||
| The text of the comment |
| IOException |
|---|
Returns a new deploy key
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| The title of the key | ||
| Ssh key |
| IOException |
|---|
Creates a comment on the specified gist id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the gist | ||
| Comment to create in the gist |
| IOException |
|---|
Creates a GitHub issue
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The repository name | ||
| The issues's title | ||
| The issuess's body | ||
| Optional. Optionally specify a asignee for the issue |
| IOException |
|---|
Create key for currently authenticated user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The title of the new key | ||
| The new key |
| IOException | |
| IOException |
Creates a new label
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The name of the repository | ||
| The name of the label | ||
| The color of the label, a 6 character hex code, without a leading # |
| IOException |
|---|
Creates a new milestone
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The name of the repository | ||
| The title of the milestone | ||
| Optional. The state of the milestone, open or closed, by default is open | ||
| Optional. The description of the milestone | ||
| Optional. When the milestone is due |
| IOException |
|---|
Create a new repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the new repository | ||
| Optional. A description for the new repository | ||
| Optional. True to create a private repository, false to create a public one. Creating private repositories requires a paid GitHub account. Default is false. | ||
| Optional. True to enable issues for this repository, false to disable them. Default is true. | ||
| Optional. True to enable the wiki for this repository, false to disable it. Default is true. | ||
| Optional. True to enable downloads for this repository, false to disable them. Default is true. |
| IOException | |
| IOException |
Create a new repository for the given organization
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The organization for the new repository | ||
| The name of the new repository | ||
| Optional. A description for the new repository | ||
| Optional. True to create a private repository, false to create a public one. Creating private repositories requires a paid GitHub account. Default is false. | ||
| Optional. True to enable issues for this repository, false to disable them. Default is true. | ||
| Optional. True to enable the wiki for this repository, false to disable it. Default is true. | ||
| Optional. True to enable downloads for this repository, false to disable them. Default is true. |
| IOException | |
| IOException |
Creates a new download resource
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| The name of the resource | ||
| Size of file in bytes. | ||
| Optional. An optional description | ||
| Optional. An optional content type |
| IOException |
|---|
Create the given team
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The organization | ||
| The team name | ||
Optional. The team's TeamPermission |
| IOException | |
| IOException |
Delete the issue comment with the given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The repostory name | ||
| The id of the comment to delete |
| IOException |
|---|
Deletes the given comment
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| Id from the comment |
| IOException |
|---|
Deletes a deploy key given the given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| The id of the deploy key |
| IOException |
|---|
Deletes a download given the provided id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| The id of the download |
| IOException |
|---|
Deletes the given gist
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the gist |
| IOException |
|---|
Deletes the given comment
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the comment |
| IOException |
|---|
Delete key with given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The id of the key to delete |
| IOException | |
| IOException |
Deletes the given label
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The name of the repository | ||
| The label id |
| IOException |
|---|
Deletes a given milestone
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The name of the repository | ||
| Number of the milestone |
| IOException |
|---|
Delete the team with the given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The id of the team to delete. |
| IOException | |
| IOException |
Edits the body of the comment represented by the given comment id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The repostory name | ||
| The comment id | ||
| The new text of the comment |
| IOException |
|---|
Edits a given comment
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| Body of the commit comment | ||
| Sha of the commit to comment on | ||
| Line number in the file to comment on | ||
| Relative path of the file to comment on | ||
| Line index in the diff to comment on |
| IOException |
|---|
Edits a given deploy key
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| The title of the key | ||
| Ssh key |
| IOException |
|---|
Updates the given comment
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the comment | ||
| New body of the comment |
| IOException |
|---|
Edit key for currently authenticated user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The id of the key to edit | ||
| Optional. A new title for the key | ||
| Optional. A new key |
| IOException | |
| IOException |
Edit given repository. Only provide values for the attributes you need to change.
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The owner of the repository | ||
| The name of the repository | ||
| Optional. A new description for the repository | ||
| Optional. True to turn it into a private repository, false to make it public. Private repositories require a paid GitHub account. | ||
| Optional. True to enable issues for this repository, false to disable them. | ||
| Optional. True to enable the wiki for this repository, false to disable it. | ||
| Optional. True to enable downloads for this repository, false to disable them. |
| IOException | |
| IOException |
Edit the given team. Only provide values for the attributes you want to update.
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The id of the team to edit | ||
| Optional. The new name of the team | ||
Optional. The new TeamPermission for the team |
| IOException | |
| IOException |
Make the currently authenticated user follow the given user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The user to follow |
| IOException | |
| IOException |
Forks the given gist
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the gist to be forked |
| IOException |
|---|
Fork given repository into new repository under the currently authenticated user.
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The owner of the repository | ||
| The name of the repository |
| IOException |
|---|
Fork given repository into new repository.
The new repository will be under the given organization if non-null, else it will be under the currently authenticated user.INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The organization where the new repository will be | ||
| The owner of the repository | ||
| The name of the repository |
| IOException |
|---|
Get branches in given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The owner of the repository | ||
| The name of the repository |
| IOException | |
| IOException |
Returns the list of collaborators of the given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository |
| IOException |
|---|
Returns a comment from commit with the given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| Id from the comment |
| IOException |
|---|
Get an issue's comments
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The repostory name | ||
| The id of the issue |
| IOException |
|---|
Returns a commit with given SHA-1 from given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| Sha from comment |
| IOException |
|---|
Returns a list of the commits for a given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository |
| IOException |
|---|
Returns all commits in given repository beginning at an optional commit SHA-1 and affecting an optional path.
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| Optional. An optional Sha or branch to start listing commits from | ||
| Optional. Optional Only commits containing this file path will be returned |
| IOException |
|---|
Returns all comments on commit with given Sha
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| Sha or branch to start listing commits comments from |
| IOException |
|---|
Get contributors to repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The owner of the repository | ||
| The name of the repository | ||
| Optional. Whether to include anonymus contributors |
| IOException | |
| IOException |
Get the currently authenticated user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. |
| IOException | |
| IOException |
Returns the key that corresponds to the given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| The id of the key |
| IOException |
|---|
Returns all deploys keys associated with the given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository |
| IOException |
|---|
Returns a single download given the provided id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| The id of the download |
| IOException |
|---|
Get all e-mail addresses for the currently authenticated user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. |
| IOException | |
| IOException |
Returns a list of followers for given user, if no one is provided the current authenticated user will be used
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The user for which to get the followers, leave empty to use current user |
| IOException | |
| IOException |
Returns a list users following the given user, if no one is provided the current authenticated user will be used
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The user for which to get who is following, leave empty to use current user |
| IOException | |
| IOException |
Get all the forks of the given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The owner of the repository | ||
| The name of the repository |
| IOException |
|---|
Returns the gist according to the given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the wanted gist |
| IOException |
|---|
Returns the comment according to the given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the comment to be retrieved |
| IOException |
|---|
Returns a list of comments for the given gist
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the gist |
| IOException |
|---|
Returns a list of gists for the specified user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. User of the gists, leave empty to use this#user |
| IOException |
|---|
Get the issue represented by the given issueId
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The repostory name | ||
| The id of the issue |
| IOException |
|---|
Get issue event for repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The repostory name | ||
| The id of the event |
| IOException |
|---|
Get a list of Issue objects that match the specified filter data
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The repostory name |
| java.io.IOException | |
| IOException |
Custom processor
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The repository name | ||
| Minutes |
| IOException |
|---|
Custom processor
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The repository name | ||
| From issue number |
| IOException |
|---|
Get key with given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The id of the key of obtain |
| IOException | |
| IOException |
Get all public keys for currently authenticated user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. |
| IOException | |
| IOException |
Returns a single label
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The name of the repository | ||
| The label id |
| IOException |
|---|
Returns a list of labels for the given repository and user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The name of the repository |
| IOException |
|---|
Get languages used in given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The owner of the repository | ||
| The name of the repository |
| IOException\ | |
| IOException |
Returns a single milestone
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The name of the repository | ||
| Milestone number |
| IOException |
|---|
Returns a list of milestones for the given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The owner of the repository, leave empty to use this#user | ||
| The name of the repository | ||
| State of the milestone, open or closed |
| IOException |
|---|
Get organization repositories for the given organization
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The organization for which to get the repositories for |
| IOException | |
| IOException |
Get repositories for the currently authenticated user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. |
| IOException | |
| IOException |
Get repositories for the given user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The user for which to get the repositories for |
| IOException | |
| IOException |
Get repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository |
| IOException | |
| IOException |
Returns the starred gists for the currently authenticated user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. |
| IOException |
|---|
Get tags in given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The owner of the repository | ||
| The name of the repository |
| IOException | |
| IOException |
Get team with given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The id of the team |
| IOException | |
| IOException |
Get members of team with given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The team id |
| IOException | |
| IOException |
Get all repositories for given team
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The team id |
| IOException | |
| IOException |
Get all teams in the given organization
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The organization for which te get the teams associated with |
| IOException | |
| IOException |
Get user with given login name
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The login name of the user to look up |
| IOException | |
| IOException |
Get repositories watched by the given user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. The user for which the get the watched repositories, leave empty to use this#user |
| IOException |
|---|
Get users watching given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository |
| IOException |
|---|
Returns whether the user is a collaborator of the given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| Optional. The user to consult if it's a collaborator or not, leave empty to use this#user |
| IOException |
|---|
Returns wether the authenticated user is following the given user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The user to check |
| IOException | |
| IOException |
Returns whether the gist is starred or not
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the gist |
| IOException |
|---|
Is the given user a member of the team with the given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The team id | ||
| The user name |
| IOException | |
| IOException |
Is currently authenticated user watching given repository?
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository |
| IOException |
|---|
Removes a collaborator from the given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository | ||
| Optional. The user that's going to be removed as a collaborator from the given repository, leave empty to use this#user |
| IOException |
|---|
Removes one or more e-mail addresses to the currently authenticated user's account
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. |
| IOException | |
| IOException |
Remove given user from team with given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The team id | ||
| The user name |
| IOException | |
| IOException |
Remove repository from team
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The team id | ||
| The owner of the repository | ||
| The name of the repository |
| IOException | |
| IOException |
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the gist to be starred |
| IOException |
|---|
Make the currently authenticated user unfollow the given user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The user to unfollow |
| IOException | |
| IOException |
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the gist to be unstarred |
| IOException |
|---|
Remove currently authenticated user as a watcher of the given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository |
| IOException |
|---|
Updates the currently authenticated user using the given attributes. Only provide values for the attributes you want to change.
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Optional. A the name for the current user | ||
| Optional. A publicly visibile email address for the current user | ||
| Optional. A blog for the current user | ||
| Optional. A company for the current user | ||
| Optional. A location for the current user | ||
| Optional. Whether the current user is hireable |
| IOException | |
| IOException |
Add currently authenticated user as a watcher of the given repository
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The name of the user that owns the repository | ||
| The name of the repository |
| IOException |
|---|