Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ShowsApi

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private http

http: Http

Methods

getShow

  • Get a Show

    Get Spotify catalog information for a single show identified by its unique Spotify ID.

    Parameters

    • showId: string

      The Spotify ID for the show.

    • Optional options: MarketOptions

      Optional request information.

    Returns Promise<Show>

getShowEpisodes

getShows

  • Get Several Shows

    Get Spotify catalog information for multiple shows based on their Spotify IDs.

    Parameters

    • showIds: string[]

      The Spotify IDs for the shows.

    • Optional options: MarketOptions

      Optional request information.

    Returns Promise<Array<SimplifiedShow | null>>

Generated using TypeDoc