This is an example project of VueFlux and VueFluxReactive using GitHub GET /search/users API.
- Swift4.1+
- Xcode9.3+
- iOS 11.0+
In order to install the dependencies, install Carthage beforehand and run make or make bootstrap command in the root directory.
GitHub search API has a rate limit rules.
For unauthenticated requests, the rate limit allows you to make up to 10 requests per minute.
Enable Basic Authentication by enter your GitHub personal access token for GitHubAccessToken key in info.plist, the rate limit allows you to make up to 30 requests per minute.
