Class: Crawlora::SpotifyPodcastsGroup
- Inherits:
-
Object
- Object
- Crawlora::SpotifyPodcastsGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #categories ⇒ Object
- #charts ⇒ Object
- #episode ⇒ Object
- #home ⇒ Object
-
#initialize ⇒ SpotifyPodcastsGroup
constructor
A new instance of SpotifyPodcastsGroup.
- #search ⇒ Object
- #show ⇒ Object
- #show_episodes ⇒ Object
- #show_recommendations ⇒ Object
Constructor Details
#initialize ⇒ SpotifyPodcastsGroup
Returns a new instance of SpotifyPodcastsGroup.
851 |
# File 'sig/crawlora.rbs', line 851
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ 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
|
#charts ⇒ 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
|
#episode ⇒ 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
|
#home ⇒ 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
|
#search ⇒ 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
|
#show ⇒ 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_episodes ⇒ 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_recommendations ⇒ 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
|