Class: Crawlora::SpotifyPodcastsGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeSpotifyPodcastsGroup

Returns a new instance of SpotifyPodcastsGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


851
# File 'sig/crawlora.rbs', line 851

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#categoriesObject

Parameters:

  • uri: (String)
  • page_offset: (Integer)
  • page_limit: (Integer)
  • section_offset: (Integer)
  • section_limit: (Integer)
  • include_episode_content_ratings_v2: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


852
# File 'sig/crawlora.rbs', line 852

def categories: (?uri: String, ?page_offset: Integer, ?page_limit: Integer, ?section_offset: Integer, ?section_limit: Integer, ?include_episode_content_ratings_v2: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#chartsObject

Parameters:

  • chart: ("top-podcasts", "top-episodes", "trending", "arts", "business", "comedy", "education", "fiction", "health-fitness", "history", "leisure", "music", "news", "religion-spirituality", "science", "society-culture", "sports", "technology", "true-crime", "tv-film")
  • region: ("ar", "au", "at", "br", "ca", "cl", "co", "dk", "fi", "fr", "de", "in", "id", "ie", "it", "jp", "mx", "nz", "no", "ph", "pl", "es", "se", "nl", "gb", "us")
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


853
# File 'sig/crawlora.rbs', line 853

def charts: (?chart: "top-podcasts" | "top-episodes" | "trending" | "arts" | "business" | "comedy" | "education" | "fiction" | "health-fitness" | "history" | "leisure" | "music" | "news" | "religion-spirituality" | "science" | "society-culture" | "sports" | "technology" | "true-crime" | "tv-film", ?region: "ar" | "au" | "at" | "br" | "ca" | "cl" | "co" | "dk" | "fi" | "fr" | "de" | "in" | "id" | "ie" | "it" | "jp" | "mx" | "nz" | "no" | "ph" | "pl" | "es" | "se" | "nl" | "gb" | "us", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#episodeObject

Parameters:

  • uri: (String)
  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


854
# File 'sig/crawlora.rbs', line 854

def episode: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#homeObject

Parameters:

  • uri: (String)
  • page_offset: (Integer)
  • page_limit: (Integer)
  • section_offset: (Integer)
  • section_limit: (Integer)
  • include_episode_content_ratings_v2: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


855
# File 'sig/crawlora.rbs', line 855

def home: (?uri: String, ?page_offset: Integer, ?page_limit: Integer, ?section_offset: Integer, ?section_limit: Integer, ?include_episode_content_ratings_v2: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#searchObject

Parameters:

  • q: (String)
  • offset: (Integer)
  • limit: (Integer)
  • number_of_top_results: (Integer)
  • include_pre_releases: (Boolean)
  • include_album_pre_releases: (Boolean)
  • include_audiobooks: (Boolean)
  • include_authors: (Boolean)
  • include_episode_content_ratings_v2: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


856
# File 'sig/crawlora.rbs', line 856

def search: (?q: String, ?offset: Integer, ?limit: Integer, ?number_of_top_results: Integer, ?include_pre_releases: bool, ?include_album_pre_releases: bool, ?include_audiobooks: bool, ?include_authors: bool, ?include_episode_content_ratings_v2: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#showObject

Parameters:

  • uri: (String)
  • include_content_capability_trait: (Boolean)
  • include_episode_content_ratings_v2: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


857
# File 'sig/crawlora.rbs', line 857

def show: (?uri: String, ?include_content_capability_trait: bool, ?include_episode_content_ratings_v2: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#show_episodesObject

Parameters:

  • uri: (String)
  • offset: (Integer)
  • limit: (Integer)
  • include_episode_content_ratings_v2: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


858
# File 'sig/crawlora.rbs', line 858

def show_episodes: (?uri: String, ?offset: Integer, ?limit: Integer, ?include_episode_content_ratings_v2: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#show_recommendationsObject

Parameters:

  • uri: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


859
# File 'sig/crawlora.rbs', line 859

def show_recommendations: (?uri: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped