Class: Crawlora::StockXGroup
- Inherits:
-
Object
- Object
- Crawlora::StockXGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ StockXGroup
constructor
A new instance of StockXGroup.
- #stockx_brands ⇒ Object
- #stockx_categories ⇒ Object
- #stockx_product ⇒ Object
- #stockx_releases ⇒ Object
- #stockx_search ⇒ Object
Constructor Details
#initialize ⇒ StockXGroup
Returns a new instance of StockXGroup.
1176 |
# File 'sig/crawlora.rbs', line 1176
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#stockx_brands ⇒ Object
1177 |
# File 'sig/crawlora.rbs', line 1177
def stockx_brands: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stockx_categories ⇒ Object
1178 |
# File 'sig/crawlora.rbs', line 1178
def stockx_categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stockx_product ⇒ Object
1179 |
# File 'sig/crawlora.rbs', line 1179
def stockx_product: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stockx_releases ⇒ Object
1180 |
# File 'sig/crawlora.rbs', line 1180
def stockx_releases: (?from: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stockx_search ⇒ Object
1181 |
# File 'sig/crawlora.rbs', line 1181
def stockx_search: (?category: "sneakers" | "shoes" | "apparel" | "accessories" | "collectibles" | "trading-cards" | "electronics", ?query: String, ?gender: "men" | "women" | "kids" | "unisex", ?brand: String, ?model: String, ?color: "white" | "black" | "multi" | "blue" | "grey" | "pink" | "red" | "brown" | "yellow" | "green" | "purple" | "orange", ?shoe_height: "low" | "mid" | "high", ?activity: "basketball" | "football" | "golf" | "hiking" | "running" | "skateboarding" | "soccer", ?available_now: bool, ?xpress_ship: bool, ?below_retail: bool, ?sort: "featured" | "most-active", ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|