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])


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

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

Instance Method Details

#brandsObject

Parameters:

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

Returns:

  • (Object)


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

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

#categoriesObject

Parameters:

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

Returns:

  • (Object)


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

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)


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_similarObject

Parameters:

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

Returns:

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

#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)
  • is_kids: (Boolean)
  • brand_ids: (String)
  • sizes: (String)
  • after: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

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

Parameters:

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

Returns:

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

Parameters:

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

Returns:

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

#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)
  • sizes: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

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

#sizesObject

Parameters:

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

Returns:

  • (Object)


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

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

#suggestObject

Parameters:

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

Returns:

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