Class: Crawlora::AppleBooksGroup
- Inherits:
-
Object
- Object
- Crawlora::AppleBooksGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #audiobook ⇒ Object
- #audiobook_reviews ⇒ Object
- #audiobook_search ⇒ Object
- #audiobook_series ⇒ Object
- #audiobook_similar ⇒ Object
- #author ⇒ Object
- #book ⇒ Object
- #book_reviews ⇒ Object
- #book_similar ⇒ Object
- #charts ⇒ Object
-
#initialize ⇒ AppleBooksGroup
constructor
A new instance of AppleBooksGroup.
- #search ⇒ Object
- #series ⇒ Object
Constructor Details
#initialize ⇒ AppleBooksGroup
Returns a new instance of AppleBooksGroup.
39 |
# File 'sig/crawlora.rbs', line 39
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#audiobook ⇒ Object
42 |
# File 'sig/crawlora.rbs', line 42
def audiobook: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#audiobook_reviews ⇒ Object
43 |
# File 'sig/crawlora.rbs', line 43
def audiobook_reviews: (?id: String, ?country: String, ?lang: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#audiobook_search ⇒ Object
41 |
# File 'sig/crawlora.rbs', line 41
def audiobook_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
|
#audiobook_series ⇒ Object
40 |
# File 'sig/crawlora.rbs', line 40
def audiobook_series: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#audiobook_similar ⇒ Object
44 |
# File 'sig/crawlora.rbs', line 44
def audiobook_similar: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#author ⇒ Object
45 |
# File 'sig/crawlora.rbs', line 45
def author: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book ⇒ Object
46 |
# File 'sig/crawlora.rbs', line 46
def book: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book_reviews ⇒ Object
47 |
# File 'sig/crawlora.rbs', line 47
def book_reviews: (?id: String, ?country: String, ?lang: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book_similar ⇒ Object
48 |
# File 'sig/crawlora.rbs', line 48
def book_similar: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#charts ⇒ Object
49 |
# File 'sig/crawlora.rbs', line 49
def charts: (?collection: "top-free" | "top-paid", ?genre: Integer, ?country: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
50 |
# File 'sig/crawlora.rbs', line 50
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
|
#series ⇒ Object
51 |
# File 'sig/crawlora.rbs', line 51
def series: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|