[][src]Module twitch_api2::helix

Helix endpoints or the New Twitch API

Modules

channel

Endpoints regarding channels

clips

Endpoints regarding clips

streams

Endpoints regarding streams

users

Endpoints regarding users

Structs

HelixClient

Client for Helix or the New Twitch API

Pagination

A cursor for pagination. This is needed because of how pagination is represented in the New Twitch API

Response

Response retrieved from endpoint. Data is the type in Request::Response

Enums

RequestError

Errors for HelixClient::req_get and similar functions.

Scope

Scopes for twitch.

Traits

Paginated

Request can be paginated with a cursor

Request

A request is a Twitch endpoint, see New Twitch API reference

RequestGet

Helix endpoint GETs information

RequestPut

Helix endpoint PUTs information

Functions

repeat_query

Repeat url query items with name

Type Definitions

Cursor

A cursor is a pointer to the current "page" in thje twitch api pagination