Ingests

class twitch.api.ingests.Ingests

This class provides methods for easy access to Twitch Ingests API.

classmethod get_server_list()

Gets a list of ingest servers.

>>> from twitch import TwitchClient
>>> client = TwitchClient('<my client id>')
>>> ingests = client.ingests.get_server_list()