androidx-github
androidx-github copied to clipboard
Android GitHub API Client
androidx-github
This is an unofficial Android client for GitHub, which utilizes the AndroidX & Retrofit2 libraries.
By default one can browse Android/Kotlin/Gradle projects, but it also features an editor for bookmarks.
Setup
File token.properties
must be created with a GitHub access token declared as accessToken=ghp_...
,
else the API will be "rate limited", after having loaded the first 10 pages in quick succession.
Make sure to use the new token format - when access fails, the token may need to be regenerated.