Class: Crawlora::EtsyGroup
- Inherits:
-
Object
- Object
- Crawlora::EtsyGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ EtsyGroup
constructor
A new instance of EtsyGroup.
- #listing ⇒ Object
- #listing_reviews ⇒ Object
- #search ⇒ Object
- #shop ⇒ Object
- #shop_listings ⇒ Object
- #shop_reviews ⇒ Object
- #shop_search ⇒ Object
Constructor Details
#initialize ⇒ EtsyGroup
Returns a new instance of EtsyGroup.
394 |
# File 'sig/crawlora.rbs', line 394
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#listing ⇒ Object
395 |
# File 'sig/crawlora.rbs', line 395
def listing: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#listing_reviews ⇒ Object
396 |
# File 'sig/crawlora.rbs', line 396
def listing_reviews: (?id: String, ?offset: Integer, ?sort: "newest" | "oldest" | "highest_rating" | "lowest_rating" | "most_relevant", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
397 |
# File 'sig/crawlora.rbs', line 397
def search: (?q: String, ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shop ⇒ Object
399 |
# File 'sig/crawlora.rbs', line 399
def shop: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shop_listings ⇒ Object
400 |
# File 'sig/crawlora.rbs', line 400
def shop_listings: (?id: String, ?q: String, ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shop_reviews ⇒ Object
401 |
# File 'sig/crawlora.rbs', line 401
def shop_reviews: (?id: String, ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shop_search ⇒ Object
398 |
# File 'sig/crawlora.rbs', line 398
def shop_search: (?q: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|