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.
103 |
# File 'sig/crawlora.rbs', line 103
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#charts ⇒ Object
104 |
# File 'sig/crawlora.rbs', line 104
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
105 |
# File 'sig/crawlora.rbs', line 105
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
106 |
# File 'sig/crawlora.rbs', line 106
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
107 |
# File 'sig/crawlora.rbs', line 107
def new: (?country: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
108 |
# File 'sig/crawlora.rbs', line 108
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
109 |
# File 'sig/crawlora.rbs', line 109
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
110 |
# File 'sig/crawlora.rbs', line 110
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
111 |
# File 'sig/crawlora.rbs', line 111
def show_related: (?id: String, ?country: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|