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.
616 |
# File 'sig/crawlora.rbs', line 616
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
617 |
# File 'sig/crawlora.rbs', line 617
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
618 |
# File 'sig/crawlora.rbs', line 618
def charts: (?chart: String, ?region: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#episode ⇒ Object
619 |
# File 'sig/crawlora.rbs', line 619
def episode: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#home ⇒ Object
620 |
# File 'sig/crawlora.rbs', line 620
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
621 |
# File 'sig/crawlora.rbs', line 621
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
622 |
# File 'sig/crawlora.rbs', line 622
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
623 |
# File 'sig/crawlora.rbs', line 623
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
624 |
# File 'sig/crawlora.rbs', line 624
def show_recommendations: (?uri: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|