Class: Crawlora::EBayGroup
- Inherits:
-
Object
- Object
- Crawlora::EBayGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #ebay_item ⇒ Object
- #ebay_live_stream ⇒ Object
- #ebay_live_stream_items ⇒ Object
- #ebay_live_streams ⇒ Object
- #ebay_live_streams_batch ⇒ Object
- #ebay_search ⇒ Object
- #ebay_seller ⇒ Object
- #ebay_seller_about ⇒ Object
- #ebay_seller_feedback ⇒ Object
- #ebay_seller_shop ⇒ Object
-
#initialize ⇒ EBayGroup
constructor
A new instance of EBayGroup.
Constructor Details
#initialize ⇒ EBayGroup
Returns a new instance of EBayGroup.
590 |
# File 'sig/crawlora.rbs', line 590
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#ebay_item ⇒ Object
591 |
# File 'sig/crawlora.rbs', line 591
def ebay_item: (?item_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_live_stream ⇒ Object
594 |
# File 'sig/crawlora.rbs', line 594
def ebay_live_stream: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_live_stream_items ⇒ Object
595 |
# File 'sig/crawlora.rbs', line 595
def ebay_live_stream_items: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_live_streams ⇒ Object
592 |
# File 'sig/crawlora.rbs', line 592
def ebay_live_streams: (?category: "explore" | "IPqZx79LNuwFcSVt" | "oHjQFTlZ5cYgWkjB" | "l68DJtBAVZge4x4n" | "2Nk3OYiOJHfXqpWG" | "5quuEnjO3axyz46U" | "nGpMTpm13Q86Eaoo" | "sYRxeaskGmNC6xaB" | "iYaYo88zN2vtQorh" | "GYAbsFw6onSNloAb" | "WJ9zLwYjK8njaBtN" | "rALkRyk8gXHzIBR6" | "DNta0sJ8Y6NXZsC9" | "GU4UfBzZSF4jiteS" | "IO7Oih07PtNJSWhU" | "cF4xtF8z9riubmLh" | "bywKDIdtxhi4hUSO", ?request_number: Integer, ?session_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_live_streams_batch ⇒ Object
593 |
# File 'sig/crawlora.rbs', line 593
def ebay_live_streams_batch: (?ids: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_search ⇒ Object
596 |
# File 'sig/crawlora.rbs', line 596
def ebay_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_seller ⇒ Object
597 |
# File 'sig/crawlora.rbs', line 597
def ebay_seller: (?seller: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_seller_about ⇒ Object
598 |
# File 'sig/crawlora.rbs', line 598
def ebay_seller_about: (?seller: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_seller_feedback ⇒ Object
599 |
# File 'sig/crawlora.rbs', line 599
def ebay_seller_feedback: (?seller: String, ?page: Integer, ?per_page: "24" | "48" | "72", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_seller_shop ⇒ Object
600 |
# File 'sig/crawlora.rbs', line 600
def ebay_seller_shop: (?seller: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|