You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
742 B
13 lines
742 B
* Watch out for the multiple auth methods, app token preferred.
|
|
* When you generate the app token there's a few things that get you with the permissions.
|
|
* Research the Twitch scopes to see what I need, but sound like possibly need the OAuth level.
|
|
* It uses scopes + auth.
|
|
* When you use websocket notifications you still have to use http to setup notifications.
|
|
* Mock server: https://dev.twitch.tv/docs/cli/mock-api-command/
|
|
* CLI https://dev.twitch.tv/docs/cli/
|
|
* go get -tool github.com/twitchdev/twitch-cli
|
|
* https://github.com/twitchdev/twitch-cli
|
|
* go tool twitch-cli mock-api start -p 8081
|
|
* https://dev.twitch.tv/docs/cli/mock-api-command/
|
|
* curl.exe http://127.0.0.1:8081/units/clients
|
|
* curl.exe http://127.0.0.1:8081/units/users
|
|
|