Documentation ¶
Index ¶
- Variables
- type Channel
- type HTTPClient
- type Stream
- type Token
- type TokenType
- type TwitchAPI
- func (api TwitchAPI) Channel(name string) (channel Channel, err error)
- func (api TwitchAPI) IsLive(channelName string) (live bool, err error)
- func (api TwitchAPI) Token(t TokenType, value string) (token Token, err error)
- func (api TwitchAPI) TokenURL(endpoint, asset string, params url.Values) (u *url.URL)
- func (api TwitchAPI) URL(endpoint string, params url.Values) (u *url.URL)
- type UsherAPI
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Usher = UsherAPI{} API = TwitchAPI{http.DefaultClient} )
Functions ¶
This section is empty.
Types ¶
type Token ¶
type TwitchAPI ¶
type TwitchAPI struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.