Class: Crawlora::AudibleGroup
- Inherits:
-
Object
- Object
- Crawlora::AudibleGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #categories ⇒ Object
- #category ⇒ Object
- #charts ⇒ Object
- #editorial_list ⇒ Object
-
#initialize ⇒ AudibleGroup
constructor
A new instance of AudibleGroup.
- #product ⇒ Object
- #product_related ⇒ Object
- #product_reviews ⇒ Object
- #products ⇒ Object
- #search ⇒ Object
- #series ⇒ Object
Constructor Details
#initialize ⇒ AudibleGroup
Returns a new instance of AudibleGroup.
131 |
# File 'sig/crawlora.rbs', line 131
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
132 |
# File 'sig/crawlora.rbs', line 132
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
133 |
# File 'sig/crawlora.rbs', line 133
def category: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#charts ⇒ Object
134 |
# File 'sig/crawlora.rbs', line 134
def charts: (?chart: "most_listened" | "bestselling", ?content_type: "audiobooks" | "podcasts", ?category_id: String, ?access_level: "all" | "free" | "plus" | "premium", ?language: "all" | "danish" | "english" | "french" | "german" | "italian" | "japanese" | "polish" | "portuguese" | "russian" | "spanish" | "swedish", ?duration: "all" | "oneHourLess" | "oneToThreeHour" | "threeToSixHour" | "sixToTenHour" | "tenToTwentyHour" | "twentyHourMore", ?originals_only: bool, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#editorial_list ⇒ Object
135 |
# File 'sig/crawlora.rbs', line 135
def editorial_list: (?list: "audiobooks" | "booktok" | "podcasts", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
136 |
# File 'sig/crawlora.rbs', line 136
def product: (?asin: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_related ⇒ Object
137 |
# File 'sig/crawlora.rbs', line 137
def product_related: (?asin: String, ?similarity_type: "InTheSameSeries" | "ByTheSameNarrator" | "RawSimilarities" | "ByTheSameAuthor" | "NextInSameSeries", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_reviews ⇒ Object
138 |
# File 'sig/crawlora.rbs', line 138
def product_reviews: (?asin: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#products ⇒ Object
139 |
# File 'sig/crawlora.rbs', line 139
def products: (?asins: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
140 |
# File 'sig/crawlora.rbs', line 140
def search: (?q: String, ?title: String, ?author: String, ?narrator: String, ?category_id: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#series ⇒ Object
141 |
# File 'sig/crawlora.rbs', line 141
def series: (?asin: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|