SwiftUI-Combine icon indicating copy to clipboard operation
SwiftUI-Combine copied to clipboard

This is an example project of SwiftUI and Combine using GitHub API.

SwiftUI-Combine-Example

This is an example project of SwiftUI and 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.
For unauthenticated requests, the rate limit allows you to make up to 10 requests per minute.

:books: Credit