Skip to content
Leo edited this page Mar 10, 2023 · 3 revisions

STEP1: access tokenの設定

access tokenを指定しなくても利用できますが、アクセス回数の制限が厳しいため、指定することをお勧めします。
手順 に沿ってaccess tokenを作成し、以下の20行目の値を変更してください。

https://github.com/LeoAndo/SwiftUIGithubSearch/blob/develop/SwiftUIGithubSearch/Data/API/Github/GithubService.swift#L20

before
var apiKey: String  { "" } 

after
var apiKey: String  { "YOUR TOKEN" } 
Clone this wiki locally