Class: Crawlora::DepopGroup
- Inherits:
-
Object
- Object
- Crawlora::DepopGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #categories ⇒ Object
-
#initialize ⇒ DepopGroup
constructor
A new instance of DepopGroup.
- #item ⇒ Object
- #search ⇒ Object
- #shop ⇒ Object
Constructor Details
#initialize ⇒ DepopGroup
Returns a new instance of DepopGroup.
400 |
# File 'sig/crawlora.rbs', line 400
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
401 |
# File 'sig/crawlora.rbs', line 401
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#item ⇒ Object
402 |
# File 'sig/crawlora.rbs', line 402
def item: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
403 |
# File 'sig/crawlora.rbs', line 403
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, ?brand_ids: String, ?after: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shop ⇒ Object
404 |
# File 'sig/crawlora.rbs', line 404
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, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|