Class ShowsApi

    • Constructor Detail

      • ShowsApi

        public ShowsApi()
    • Method Detail

      • getShow

        public GetShowRequest getShow​(String id)

        Get a Show

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

        Parameters:
        id -

        The Spotify ID for the show.

        Returns:
        a GetShowRequest object to build and execute the request
      • getShowsEpisodes

        public GetShowsEpisodesRequest getShowsEpisodes​(String id)

        Get a Show's Episodes

        Get Spotify catalog information about an show's episodes. Optional parameters can be used to limit the number of episodes returned.

        Parameters:
        id -

        The Spotify ID for the show.

        Returns:
        a GetShowsEpisodesRequest object to build and execute the request
      • getMultipleShows

        public GetMultipleShowsRequest getMultipleShows​(String ids)

        Get Multiple Shows

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

        Parameters:
        ids -

        A comma-separated list of the Spotify IDs for the shows. Maximum: 50 IDs.

        Returns:
        a GetMultipleShowsRequest object to build and execute the request