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.
57 |
# File 'sig/crawlora.rbs', line 57
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#audiobook ⇒ Object
60 |
# File 'sig/crawlora.rbs', line 60
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
61 |
# File 'sig/crawlora.rbs', line 61
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
59 |
# File 'sig/crawlora.rbs', line 59
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
58 |
# File 'sig/crawlora.rbs', line 58
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
62 |
# File 'sig/crawlora.rbs', line 62
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
63 |
# File 'sig/crawlora.rbs', line 63
def author: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book ⇒ Object
64 |
# File 'sig/crawlora.rbs', line 64
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
65 |
# File 'sig/crawlora.rbs', line 65
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
66 |
# File 'sig/crawlora.rbs', line 66
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
67 |
# File 'sig/crawlora.rbs', line 67
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
68 |
# File 'sig/crawlora.rbs', line 68
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
69 |
# File 'sig/crawlora.rbs', line 69
def series: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|