Class: Crawlora::ZapposGroup

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

Instance Method Summary collapse

Constructor Details

#initializeZapposGroup

Returns a new instance of ZapposGroup.

Parameters:

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


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

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

Instance Method Details

#brandObject

Parameters:

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

Returns:

  • (Object)


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

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

#brandsObject

Parameters:

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

Returns:

  • (Object)


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

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

#productObject

Parameters:

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

Returns:

  • (Object)


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

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

#searchObject

Parameters:

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

Returns:

  • (Object)


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

def search: (?term: String, ?page: Integer, ?_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)


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

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