@twitchapis/twitch.js - v2.0.0-beta.7
    Preparing search index...

    Interface ITwitchAPIOptions

    interface ITwitchAPIOptions {
        accessToken?: string;
        clientId?: string;
        clientSecret?: string;
        host?: string;
    }
    Index

    Properties

    accessToken?: string
    clientId?: string
    clientSecret?: string
    host?: string