https://github.com/cihantas/kappa
Golang Twitch REST API v5 https://dev.twitch.tv/docs/
https://github.com/cihantas/kappa
api client library twitch
Last synced: 5 months ago
JSON representation
Golang Twitch REST API v5 https://dev.twitch.tv/docs/
- Host: GitHub
- URL: https://github.com/cihantas/kappa
- Owner: cihantas
- License: mit
- Created: 2017-07-13T10:51:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T16:52:53.000Z (over 6 years ago)
- Last Synced: 2025-08-14T16:55:13.788Z (10 months ago)
- Topics: api, client, library, twitch
- Language: Go
- Size: 268 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WIP: This library is still in its early alpha and not ready for use in production.
---

# Kappa
Kappa is a client library for the Twitch REST API.
- [Installation](#installation)
- [Usage](#usag)
- [License](#license)
## Installation
```bash
$ go get github.com/cihantas/kappa
```
And then import the package.
```go
import "github.com/cihantas/kappa/twitch"
```
## Usage
TODO
## License
Kappa is released under the MIT license. See [LICENSE](https://github.com/cihantas/kappa/blob/master/LICENSE) for details.