https://github.com/aidenwallis/go-twitch-client
A low level, simple wrapper around the Twitch API written in Go.
https://github.com/aidenwallis/go-twitch-client
Last synced: 3 months ago
JSON representation
A low level, simple wrapper around the Twitch API written in Go.
- Host: GitHub
- URL: https://github.com/aidenwallis/go-twitch-client
- Owner: aidenwallis
- License: mit
- Created: 2022-09-18T01:34:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T04:39:20.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T19:51:15.616Z (4 months ago)
- Language: Go
- Size: 40 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-twitch-client
[](https://pkg.go.dev/github.com/aidenwallis/go-twitch-client) [](https://codecov.io/gh/aidenwallis/go-twitch-client)
A simple, low level wrapper for the [Twitch API](https://dev.twitch.tv). The package deliberately does not make considerations around rate-limiting, token management, or other abstracted behaviour. It aims to be a very simple, thin layer between you and the Twitch API.
For that reason, you should use this package behind any rate-limiting logic, or authorization logic you build into your apps.
Each API is split into it's own package, documentation relevant to Helix lives in the [helix](helix/README.md) directory.
This package is built using Generics, and thus requires Go 1.18 or later.