Class: Crawlora::StockXGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeStockXGroup

Returns a new instance of StockXGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


1176
# File 'sig/crawlora.rbs', line 1176

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#stockx_brandsObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_categoriesObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_productObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_releasesObject

Parameters:

  • from: (String)
  • page: (Integer)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_searchObject

Parameters:

  • 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: (Boolean)
  • xpress_ship: (Boolean)
  • below_retail: (Boolean)
  • sort: ("featured", "most-active")
  • page: (Integer)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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