An open API service indexing awesome lists of open source software.

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/

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.