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.
67 |
# File 'sig/crawlora.rbs', line 67
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#charts ⇒ Object
68 |
# File 'sig/crawlora.rbs', line 68
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
69 |
# File 'sig/crawlora.rbs', line 69
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
70 |
# File 'sig/crawlora.rbs', line 70
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
71 |
# File 'sig/crawlora.rbs', line 71
def new: (?country: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
72 |
# File 'sig/crawlora.rbs', line 72
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
73 |
# File 'sig/crawlora.rbs', line 73
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
74 |
# File 'sig/crawlora.rbs', line 74
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
75 |
# File 'sig/crawlora.rbs', line 75
def show_related: (?id: String, ?country: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|