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.
529 |
# File 'sig/crawlora.rbs', line 529
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
530 |
# File 'sig/crawlora.rbs', line 530
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
531 |
# File 'sig/crawlora.rbs', line 531
def charts: (?chart: String, ?region: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#episode ⇒ Object
532 |
# File 'sig/crawlora.rbs', line 532
def episode: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#home ⇒ Object
533 |
# File 'sig/crawlora.rbs', line 533
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
534 |
# File 'sig/crawlora.rbs', line 534
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
535 |
# File 'sig/crawlora.rbs', line 535
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
536 |
# File 'sig/crawlora.rbs', line 536
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
537 |
# File 'sig/crawlora.rbs', line 537
def show_recommendations: (?uri: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|