Class: Crawlora::ApplePodcastsGroup
- Inherits:
-
Object
- Object
- Crawlora::ApplePodcastsGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #charts ⇒ Object
- #charts_rankings ⇒ Object
- #episodes_search ⇒ Object
-
#initialize ⇒ ApplePodcastsGroup
constructor
A new instance of ApplePodcastsGroup.
- #new ⇒ Object
- #search ⇒ Object
- #show ⇒ Object
- #show_episodes ⇒ Object
- #show_related ⇒ Object
Constructor Details
#initialize ⇒ ApplePodcastsGroup
Returns a new instance of ApplePodcastsGroup.
55 |
# File 'sig/crawlora.rbs', line 55
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#charts ⇒ Object
56 |
# File 'sig/crawlora.rbs', line 56
def charts: (?collection: String, ?category: Integer, ?country: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#charts_rankings ⇒ Object
57 |
# File 'sig/crawlora.rbs', line 57
def charts_rankings: (?chart: String, ?type: String, ?genre: Integer, ?country: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#episodes_search ⇒ Object
58 |
# File 'sig/crawlora.rbs', line 58
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
|
#new ⇒ Object
59 |
# File 'sig/crawlora.rbs', line 59
def new: (?country: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
60 |
# File 'sig/crawlora.rbs', line 60
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
61 |
# File 'sig/crawlora.rbs', line 61
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
62 |
# File 'sig/crawlora.rbs', line 62
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
|
#show_related ⇒ Object
63 |
# File 'sig/crawlora.rbs', line 63
def show_related: (?id: String, ?country: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|