Skip to content

alekseypotapov-dev/GithubHeartSwift

Repository files navigation

Github♥️Swift

Checking capabilities of SwiftUI on a sample project with no third-party frameworks and using MVVM architecture.

Using Github V3 Search API requests:

Request #1 for all repositories sorted by star:

https://api.github.com/search/repositories?q=language:swift&sort=stars&order=desc&per_page=25&page=1

Request #2 for contributor list: https://api.github.com/repos/vsouza/awesome-ios/contributors

Request #3 for async download user's avatar image: https://avatars3.githubusercontent.com/u/2668221

Roadmap:

  • Show list of repositories 25 per page
  • Paging the list of repositories
  • Show repository details
  • Show repository contributors
  • Download user's avatars asynchronously
  • XCTests
  • Mock data for SwiftUI Previews
  • Custom animations
  • Handle all errors

Limitations

If you do several requests, you might get the following (partly handled) error:

{
  "message": "API rate limit exceeded for xxx.xxx.xx.xx. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
  "documentation_url": "https://developer.github.com/v3/#rate-limiting"
}

Temp solution: Just reload the data a bit later

About

Checking capabilities of SwiftUI on a sample project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages