Class: Crawlora::ChewyGroup
- Inherits:
-
Object
- Object
- Crawlora::ChewyGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #categories ⇒ Object
- #category ⇒ Object
- #gtin_lookup ⇒ Object
-
#initialize ⇒ ChewyGroup
constructor
A new instance of ChewyGroup.
- #product ⇒ Object
- #products ⇒ Object
- #search ⇒ Object
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ ChewyGroup
Returns a new instance of ChewyGroup.
306 |
# File 'sig/crawlora.rbs', line 306
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
307 |
# File 'sig/crawlora.rbs', line 307
def categories: (?group_id: String, ?depth: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
308 |
# File 'sig/crawlora.rbs', line 308
def category: (?group_id: String, ?page: Integer, ?sort: "byRelevance" | "byNewest" | "byPopularity" | "byLowestPrice" | "byHighestPrice" | "byRating" | "byRatingCount", ?filter: Array[String], ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#gtin_lookup ⇒ Object
309 |
# File 'sig/crawlora.rbs', line 309
def gtin_lookup: (?gtins: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
310 |
# File 'sig/crawlora.rbs', line 310
def product: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#products ⇒ Object
311 |
# File 'sig/crawlora.rbs', line 311
def products: (?part_numbers: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
312 |
# File 'sig/crawlora.rbs', line 312
def search: (?q: String, ?page: Integer, ?sort: "byRelevance" | "byNewest" | "byPopularity" | "byLowestPrice" | "byHighestPrice" | "byRating" | "byRatingCount", ?filter: Array[String], ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
313 |
# File 'sig/crawlora.rbs', line 313
def suggest: (?term: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|