Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientOpts ¶
type Twitch ¶
type Twitch struct { UserRefreshToken string UserID string Streams string // contains filtered or unexported fields }
func NewClient ¶
func NewClient(opts *ClientOpts) (*Twitch, error)
func (*Twitch) FollowedStreams ¶
func (t *Twitch) FollowedStreams(params *helix.FollowedStreamsParams) (*helix.StreamsResponse, error)
func (*Twitch) RefreshOAuthToken ¶
func (*Twitch) TopStreams ¶
func (t *Twitch) TopStreams(params *helix.StreamsParams) (*helix.StreamsResponse, error)
Click to show internal directories.
Click to hide internal directories.