Constructors

Methods

Constructors

Methods

  • List all the hashtags

    Type Parameters

    • T

    Parameters

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    A promise

  • Get the top hashtags for a title, campaign, or schedule.

    Type Parameters

    • T

    Parameters

    • Optional params: Record<string, any>

      e.g. { title_id: '...', limit: 10, sort: 'sum_views', start_date: 'YYYY-MM-DD', end_date: 'YYYY-MM-DD' }

    Returns AxiosPromise<default<T>>

    AxiosPromise of an array of aggregated hashtags

Generated using TypeDoc