Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new Show(client: Client, data: ShowObject): Show

Properties

availableMarkets

availableMarkets: string[]

A list of the countries in which the show can be played, identified by their ISO 3166-1 alpha-2 code

client

client: Client

The client that instantiated this class

copyrights

copyrights: Copyright[]

The copyright statements of the show

description

description: string

A description of the show

episodes

episodes: Page<SimplifiedEpisodeObject, SimplifiedEpisode>

Episodes of this show

explicit

explicit: boolean

Whether or not the show has explicit content (true = yes it does; false = no it does not OR unknown)

externalUrls

externalUrls: ExternalUrl

External URLs for this show

href

href: string

A link to the Web API endpoint providing full details of the show

id

id: string

The Spotify ID of the structure

images

images: Image[]

The cover art for the show in various sizes, widest first

isExternallyHosted

isExternallyHosted: null | boolean

Whether all of the show’s episodes are hosted outside of Spotify’s CDN

languages

languages: string[]

A list of the languages used in the show, identified by their ISO 639 code

mediaType

mediaType: string

The media type of the show

name

name: string

The name of the show

publisher

publisher: string

The publisher of the show

rawObjectType

rawObjectType: string

The object type: show

uri

uri: string

The Spotify URI for the show

Methods

fetchEpisodes

Legend

  • Constructor
  • Property
  • Method
  • Constructor
  • Property
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method

Generated using TypeDoc