Demo app using Combine and GitHub REST API.
This project is a try of REST API from Github. The network layer is build using Combine.
- Search users on GitHub
- Show a specific user' profile with repos and short main profile fields, only public data.
- Search repos for a specific user
- Tell you what is happening, for example, no results found :)
If you happen to have issue that nothing is loading and only error occurs - it means the limit of request for unathorized apps has been reached.
- Access token can be added in headers. See
Endpoint
protocol for headers and update. This way there will be much bigger limit - Just wait a bit and try again.