Class: Crawlora::SheinGroup
- Inherits:
-
Object
- Object
- Crawlora::SheinGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #category_filters ⇒ Object
- #category_goods ⇒ Object
- #category_nav ⇒ Object
-
#initialize ⇒ SheinGroup
constructor
A new instance of SheinGroup.
- #products_aggregation_filters ⇒ Object
- #products_detail ⇒ Object
- #products_search ⇒ Object
- #search_autocomplete ⇒ Object
- #search_keywords ⇒ Object
Constructor Details
#initialize ⇒ SheinGroup
Returns a new instance of SheinGroup.
1457 |
# File 'sig/crawlora.rbs', line 1457
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#category_filters ⇒ 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_goods ⇒ 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_nav ⇒ 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_filters ⇒ 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_detail ⇒ 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_search ⇒ 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_autocomplete ⇒ 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_keywords ⇒ 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
|