-
The repository screen features the ability to sort by number of stars, repo name and programming language.
-
Usability and design are front and center.
You'll need to enter your own GitHub access token. This can be done by navigating to line 135 of GitHubV3Service
and entering token.
request.setValue(.bearerAuthorization(token: "<YOUR_TOKEN_HERE>"), field: .authorization)