Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ra1028/SwiftUI-Combine
This is an example project of SwiftUI and Combine using GitHub API.
https://github.com/ra1028/SwiftUI-Combine
combine swiftui
Last synced: 2 days ago
JSON representation
This is an example project of SwiftUI and Combine using GitHub API.
- Host: GitHub
- URL: https://github.com/ra1028/SwiftUI-Combine
- Owner: ra1028
- License: mit
- Created: 2019-06-04T21:11:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T11:42:55.000Z (about 5 years ago)
- Last Synced: 2024-08-11T17:08:59.014Z (3 months ago)
- Topics: combine, swiftui
- Language: Swift
- Size: 274 KB
- Stars: 449
- Watchers: 12
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swiftui - ra1028/SwiftUI-Combine-Example - This is an example project of SwiftUI and Combine using GitHub API. (Samples)
- fucking-open-source-ios-apps - GitHub User Search
- fucking-about-SwiftUI - SwiftUI-Combine
- awesome - ra1028/SwiftUI-Combine - This is an example project of SwiftUI and Combine using GitHub API. (Swift)
- awesome-swiftui - This is an example project of SwiftUI and Combine using GitHub API
README
# 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.
## :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)