| Namespace | http://www.mulesoft.org/schema/mule/github |
|---|---|
| Schema Location | http://www.mulesoft.org/schema/mule/github/current/mule-github.xsd (View Schema) |
| Schema 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/current/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 necessary 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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. |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 # |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 | ||
| false | Optional. True to create a private repository, false to create a public one. Creating private repositories requires a paid GitHub account. Default is false. | |
| true | Optional. True to enable issues for this repository, false to disable them. Default is true. | |
| true | Optional. True to enable the wiki for this repository, false to disable it. Default is true. | |
| true | Optional. True to enable downloads for this repository, false to disable them. Default is true. |
| Payload Class | Description |
|---|---|
| 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 | ||
| false | Optional. True to create a private repository, false to create a public one. Creating private repositories requires a paid GitHub account. Default is false. | |
| true | Optional. True to enable issues for this repository, false to disable them. Default is true. | |
| true | Optional. True to enable the wiki for this repository, false to disable it. Default is true. | |
| true | Optional. True to enable downloads for this repository, false to disable them. Default is true. |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| IOException |
Create the given team
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The organization | ||
| The team name | ||
| PULL | Optional. The team's TeamPermission |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| IOException |
Deletes the given gist
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the gist |
| Payload Class | Description |
|---|---|
| IOException |
Deletes the given comment
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the comment |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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. |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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. |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 | ||
| false | Optional. Whether to include anonymus contributors |
| Payload Class | Description |
|---|---|
| IOException | |
| IOException |
Get the currently authenticated user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| IOException |
Get all e-mail addresses for the currently authenticated user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| IOException | |
| IOException |
Get all public keys for currently authenticated user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| IOException | |
| IOException |
Get repositories for the currently authenticated user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| IOException | |
| IOException |
Returns the starred gists for the currently authenticated user
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| IOException | |
| IOException |
Get team with given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The id of the team |
| Payload Class | Description |
|---|---|
| IOException | |
| IOException |
Get members of team with given id
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The team id |
| Payload Class | Description |
|---|---|
| IOException | |
| IOException |
Get all repositories for given team
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| The team id |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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. |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| IOException | |
| IOException |
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the gist to be starred |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| IOException | |
| IOException |
INCLUDE_ERROR
| Name | Default Value | Description |
|---|---|---|
| Optional. Specify which configuration to use. | ||
| Id of the gist to be unstarred |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| 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 |
| Payload Class | Description |
|---|---|
| IOException |