Class: Crawlora::ApplePodcastsGroup
- Inherits:
-
Object
- Object
- Crawlora::ApplePodcastsGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #charts ⇒ Object
- #episodes_search ⇒ Object
-
#initialize ⇒ ApplePodcastsGroup
constructor
A new instance of ApplePodcastsGroup.
- #search ⇒ Object
- #show ⇒ Object
- #show_episodes ⇒ Object
Constructor Details
#initialize ⇒ ApplePodcastsGroup
Returns a new instance of ApplePodcastsGroup.
23 |
# File 'sig/crawlora.rbs', line 23
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#charts ⇒ Object
24 |
# File 'sig/crawlora.rbs', line 24
def charts: (?collection: String, ?category: Integer, ?country: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#episodes_search ⇒ Object
25 |
# File 'sig/crawlora.rbs', line 25
def episodes_search: (?term: String, ?country: String, ?lang: String, ?limit: Integer, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
26 |
# File 'sig/crawlora.rbs', line 26
def search: (?term: String, ?country: String, ?lang: String, ?limit: Integer, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#show ⇒ Object
27 |
# File 'sig/crawlora.rbs', line 27
def show: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#show_episodes ⇒ Object
28 |
# File 'sig/crawlora.rbs', line 28
def show_episodes: (?id: String, ?country: String, ?lang: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|