Class: Crawlora::AmazonGroup

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

Instance Method Summary collapse

Constructor Details

#initializeAmazonGroup

Returns a new instance of AmazonGroup.

Parameters:

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


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

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

Instance Method Details

#productObject

Parameters:

  • asin: (String)
  • language: ("en_US")
  • currency: ("USD")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def product: (?asin: String, ?language: "en_US", ?currency: "USD", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#searchObject

Parameters:

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

Returns:

  • (Object)


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

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

#suggestObject

Parameters:

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

Returns:

  • (Object)


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

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