-
Notifications
You must be signed in to change notification settings - Fork 0
setup
Leo edited this page Mar 10, 2023
·
3 revisions
access tokenを指定しなくても利用できますが、アクセス回数の制限が厳しいため、指定することをお勧めします。
手順 に沿ってaccess tokenを作成し、以下の20行目の値を変更してください。
before
var apiKey: String { "" }
after
var apiKey: String { "YOUR TOKEN" }