Class: Crawlora::DepopGroup
- Inherits:
-
Object
- Object
- Crawlora::DepopGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #brands ⇒ Object
- #categories ⇒ Object
-
#initialize ⇒ DepopGroup
constructor
A new instance of DepopGroup.
- #item ⇒ Object
- #item_similar ⇒ Object
- #search ⇒ Object
- #search_facets ⇒ Object
- #search_sellers ⇒ Object
- #shop ⇒ Object
- #sizes ⇒ Object
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ DepopGroup
Returns a new instance of DepopGroup.
524 |
# File 'sig/crawlora.rbs', line 524
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#brands ⇒ Object
525 |
# File 'sig/crawlora.rbs', line 525
def brands: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#categories ⇒ Object
526 |
# File 'sig/crawlora.rbs', line 526
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#item ⇒ Object
527 |
# File 'sig/crawlora.rbs', line 527
def item: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#item_similar ⇒ Object
528 |
# File 'sig/crawlora.rbs', line 528
def item_similar: (?slug: String, ?limit: Integer, ?after: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
529 |
# File 'sig/crawlora.rbs', line 529
def search: (?query: String, ?price_min: Float, ?price_max: Float, ?condition: String, ?colours: String, ?on_sale: bool, ?sort: String, ?category: String, ?subcategory: String, ?gender: String, ?is_kids: bool, ?brand_ids: String, ?sizes: String, ?after: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search_facets ⇒ Object
531 |
# File 'sig/crawlora.rbs', line 531
def search_facets: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search_sellers ⇒ Object
530 |
# File 'sig/crawlora.rbs', line 530
def search_sellers: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shop ⇒ Object
532 |
# File 'sig/crawlora.rbs', line 532
def shop: (?username: String, ?price_min: Float, ?price_max: Float, ?condition: String, ?colours: String, ?on_sale: bool, ?sort: String, ?category: String, ?subcategory: String, ?gender: String, ?sizes: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sizes ⇒ Object
533 |
# File 'sig/crawlora.rbs', line 533
def sizes: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
534 |
# File 'sig/crawlora.rbs', line 534
def suggest: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|