A library to interacting with various Twitch APIs
Go to file
Evan Fiordeliso 7fa9815a37 chore(devenv): Add release script and rename changelog script to gen-changelog 2024-03-08 13:24:43 -05:00
api refactor: Change api client to pass http client to auth client 2024-03-08 13:12:13 -05:00
auth refactor: Move GetToken method into auth client and rename auth client from Client to Auth 2024-03-08 13:08:54 -05:00
eventsub Add conduit abstraction 2024-03-05 12:33:34 -05:00
.envrc Init devenv 2024-03-03 17:12:13 -05:00
.gitignore Init devenv 2024-03-03 17:12:13 -05:00
CHANGELOG.md chore: Add git cliff for auto generated changelog 2024-03-08 01:28:33 -05:00
api.go Add custom transport to api client 2024-03-07 19:06:02 -05:00
cliff.toml chore: Add git cliff for auto generated changelog 2024-03-08 01:28:33 -05:00
devenv.lock Init devenv 2024-03-03 17:12:13 -05:00
devenv.nix chore(devenv): Add release script and rename changelog script to gen-changelog 2024-03-08 13:24:43 -05:00
devenv.yaml Init devenv 2024-03-03 17:12:13 -05:00
go.mod Add EventSub implementation 2024-03-05 12:14:18 -05:00
go.sum Add EventSub implementation 2024-03-05 12:14:18 -05:00
ptr_types.go Add Entitlements endpoints to API 2024-02-28 14:25:19 -05:00