tenor-client
    Preparing search index...

    Interface TenorClientOptions

    interface TenorClientOptions {
        apiKey: string;
        clientID?: string;
    }
    Index

    Properties

    Properties

    apiKey: string

    The API key from Google developer console.

    clientID?: string

    Optional, but strongly recommended. The client ID from Google developer console.