Class: Crawlora::DepopGroup

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

Instance Method Summary collapse

Constructor Details

#initializeDepopGroup

Returns a new instance of DepopGroup.

Parameters:

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


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

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

Instance Method Details

#categoriesObject

Parameters:

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

Returns:

  • (Object)


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

def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#itemObject

Parameters:

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

Returns:

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

#searchObject

Parameters:

  • query: (String)
  • price_min: (Float)
  • price_max: (Float)
  • condition: (String)
  • colours: (String)
  • on_sale: (Boolean)
  • 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])
  • (Object)

Returns:

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

#shopObject

Parameters:

  • username: (String)
  • price_min: (Float)
  • price_max: (Float)
  • condition: (String)
  • colours: (String)
  • on_sale: (Boolean)
  • sort: (String)
  • category: (String)
  • subcategory: (String)
  • gender: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

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