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.
467 |
# File 'sig/crawlora.rbs', line 467
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#listing ⇒ Object
468 |
# File 'sig/crawlora.rbs', line 468
def listing: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#listing_reviews ⇒ Object
469 |
# File 'sig/crawlora.rbs', line 469
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
470 |
# File 'sig/crawlora.rbs', line 470
def search: (?q: String, ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shop ⇒ Object
472 |
# File 'sig/crawlora.rbs', line 472
def shop: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shop_listings ⇒ Object
473 |
# File 'sig/crawlora.rbs', line 473
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
474 |
# File 'sig/crawlora.rbs', line 474
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
471 |
# File 'sig/crawlora.rbs', line 471
def shop_search: (?q: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|