You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,11 @@ An simple iOS example app of GitHub GraphQL API using Apollo.
9
9
10
10
## Requirements
11
11
12
-
- Swift 5.2
13
12
- Xcode 11.5
13
+
- Swift 5.2
14
14
15
15
## How to start
16
16
17
-
- You need to [register for the GitHub pre-release program](https://github.com/prerelease/agreement), get your OAuth token with repo scope and set it to `RepositoriesViewController`.
17
+
- Open `GitHub-GraphQL-API-Example-iOS.xcodeproj`
18
+
- Replace `YOUR_TOKEN` in `RepositoriesViewController` with your private access token on GitHub and build!
0 commit comments