Constructors

Methods

  • Clear Bluesky OAuth credentials from a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Clear Discord OAuth credentials from a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Clear Facebook OAuth credentials from a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Clear Instagram OAuth credentials from a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Clear Kick OAuth credentials from a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Clear Patreon OAuth credentials from a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Clear Pinterest OAuth credentials from a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Clear Reddit OAuth credentials from a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Clear Snapchat OAuth credentials from a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Clear Steam OAuth credentials from a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Clear TikTok OAuth credentials from a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Clear Twitch OAuth credentials from a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Clear Twitter OAuth credentials from a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Clear YouTube OAuth credentials from a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Get Discord channels associated with the scheduler's Discord account.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Get Facebook groups associated with the scheduler's Facebook account.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Get Instagram accounts associated with the scheduler's Instagram account.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Get flairs for a specific Reddit subreddit.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • subreddit: string

      The name of the subreddit.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Get Reddit subreddits associated with the scheduler's Reddit account.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    promise

  • Get progression data for social media posts over time.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

      Query parameters (e.g., social_platform, start_date, end_date)

    Returns AxiosPromise<default<T>>

    promise

  • Get aggregated reports for a promotion schedule.

    Type Parameters

    • T

    Parameters

    • scheduler_id: string

      The ID of the promotion schedule.

    • Optional params: Record<string, any>

      Query parameters (e.g., social_platform, start_date, end_date)

    Returns AxiosPromise<default<T>>

    promise

Generated using TypeDoc