Index

A C G L O R S T 
All Classes and Interfaces|All Packages

L

LatestReleaseEndpoint - Class in com.github.tadukoo.github.releases
GitHub REST Endpoint used to get the latest release of a given repository on GitHub.
LatestReleaseEndpoint(String, String) - Constructor for class com.github.tadukoo.github.releases.LatestReleaseEndpoint
Creates a new Latest Release endpoint for the given repository
ListReleaseAssetsEndpoint - Class in com.github.tadukoo.github.releases
GitHub REST Endpoint used to get the release assets for a given release of a repository on GitHub.
ListReleaseAssetsEndpoint(String, String, long) - Constructor for class com.github.tadukoo.github.releases.ListReleaseAssetsEndpoint
Creates a new List Release Assets Endpoint for the given repository to and the release with the given ID
ListReleasesEndpoint - Class in com.github.tadukoo.github.releases
GitHub REST Endpoint used to get the list of releases for a given repository on GitHub.
ListReleasesEndpoint(String, String) - Constructor for class com.github.tadukoo.github.releases.ListReleasesEndpoint
Creates a new List Releases endpoint for the given repository
A C G L O R S T 
All Classes and Interfaces|All Packages