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.
81 |
# File 'sig/crawlora.rbs', line 81
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#audiobook ⇒ Object
84 |
# File 'sig/crawlora.rbs', line 84
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
85 |
# File 'sig/crawlora.rbs', line 85
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
83 |
# File 'sig/crawlora.rbs', line 83
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
82 |
# File 'sig/crawlora.rbs', line 82
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
86 |
# File 'sig/crawlora.rbs', line 86
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
87 |
# File 'sig/crawlora.rbs', line 87
def author: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book ⇒ Object
88 |
# File 'sig/crawlora.rbs', line 88
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
89 |
# File 'sig/crawlora.rbs', line 89
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
90 |
# File 'sig/crawlora.rbs', line 90
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
91 |
# File 'sig/crawlora.rbs', line 91
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
92 |
# File 'sig/crawlora.rbs', line 92
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
93 |
# File 'sig/crawlora.rbs', line 93
def series: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|