Add examples project

This commit is contained in:
Ivan Vorobei
2019-06-06 11:16:28 +03:00
parent 86fe2d7323
commit b866885a44
962 changed files with 45026 additions and 5 deletions

View File

@@ -0,0 +1,19 @@
# SwiftUI-Combine-Example
This is an example project of [SwiftUI](https://developer.apple.com/xcode/swiftui) and [Combine](https://developer.apple.com/documentation/combine) using GitHub `GET /search/users` API.
<p align="center">
<img src="./assets/sample.png" width="250">
</p>
## :clipboard: Requirements
- Swift5.1 Beta
- Xcode11.0 Beta
- iOS 13.0 Beta
## :warning: GitHub API Rate Limiting
GitHub search API has a [rate limit rules](https://developer.github.com/v3/search/#rate-limit).
For unauthenticated requests, the rate limit allows you to make up to 10 requests per minute.
## :books: Credit
- [Official SwiftUI Tutorial](https://developer.apple.com/tutorials/swiftui)
- [Combine Apple Developer Document](https://developer.apple.com/documentation/combine)