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.
79 |
# File 'sig/crawlora.rbs', line 79
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#charts ⇒ Object
80 |
# File 'sig/crawlora.rbs', line 80
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
81 |
# File 'sig/crawlora.rbs', line 81
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
82 |
# File 'sig/crawlora.rbs', line 82
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
83 |
# File 'sig/crawlora.rbs', line 83
def new: (?country: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
84 |
# File 'sig/crawlora.rbs', line 84
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
85 |
# File 'sig/crawlora.rbs', line 85
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
86 |
# File 'sig/crawlora.rbs', line 86
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
87 |
# File 'sig/crawlora.rbs', line 87
def show_related: (?id: String, ?country: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|