| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
getAsset(java.lang.String pattern = /.+/, java.lang.String version = 'latest')Get a JSON payload describing the first matching asset returned from the latest release. |
|
java.lang.Object |
getAssetUrl(java.lang.String pattern = /.+/, java.lang.String version = 'latest')Get a download URL for the first matching asset returned from the release. |
|
java.lang.String |
getRepoUrl()Get the GitHub repository URL |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The base REST endpoint for the GitHub API.
The owner of the GitHub repo.
The GitHub repository to use.
Get a JSON payload describing the first matching asset returned from the latest release.
pattern - A regex to use for matching assets.version - The release version to get. Defaults to 'latest'.Get a download URL for the first matching asset returned from the release.
pattern - A regex to use for matching assets.version - The release version to get. Defaults to 'latest'.Get the GitHub repository URL