Class: Crawlora::SheinGroup

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

Instance Method Summary collapse

Constructor Details

#initializeSheinGroup

Returns a new instance of SheinGroup.

Parameters:

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


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

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

Instance Method Details

#category_filtersObject

Parameters:

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

Returns:

  • (Object)


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

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

#category_goodsObject

Parameters:

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

Returns:

  • (Object)


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

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

#category_navObject

Parameters:

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

Returns:

  • (Object)


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

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

#products_aggregation_filtersObject

Parameters:

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

Returns:

  • (Object)


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

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

#products_detailObject

Parameters:

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

Returns:

  • (Object)


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

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

#products_searchObject

Parameters:

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

Returns:

  • (Object)


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

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

#search_autocompleteObject

Parameters:

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

Returns:

  • (Object)


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

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

#search_keywordsObject

Parameters:

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

Returns:

  • (Object)


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

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