Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shingt/github-graphql-api-example-ios
An example iOS application using GitHub GraphQL API with Apollo.
https://github.com/shingt/github-graphql-api-example-ios
apollo graphql ios swift
Last synced: 25 days ago
JSON representation
An example iOS application using GitHub GraphQL API with Apollo.
- Host: GitHub
- URL: https://github.com/shingt/github-graphql-api-example-ios
- Owner: shingt
- License: mit
- Created: 2016-12-14T15:46:20.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T15:36:59.000Z (about 2 years ago)
- Last Synced: 2024-10-03T16:17:05.464Z (about 1 month ago)
- Topics: apollo, graphql, ios, swift
- Language: Swift
- Homepage:
- Size: 413 KB
- Stars: 23
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub-GraphQL-API-Example-iOS
An example iOS app that uses [Apollo iOS](https://github.com/apollographql/apollo-ios) to hit GitHub GraphQL API.
* Article (deprecated as it's for older version of Apollo)
* https://shingt.com/blog/2017-04-02-graphql-on-ios-using-apollo/## Environments
- Xcode 12.0.1
- Swift 5.3## How to start
- Open `GitHub-GraphQL-API-Example-iOS.xcodeproj`
- Replace `YOUR_TOKEN` in `RepositoriesViewController` with your private access token on GitHub and build! (Make sure not to commit your token.)