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.
445 |
# File 'sig/crawlora.rbs', line 445
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#ebay_item ⇒ Object
446 |
# File 'sig/crawlora.rbs', line 446
def ebay_item: (?item_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_live_stream ⇒ Object
449 |
# File 'sig/crawlora.rbs', line 449
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
450 |
# File 'sig/crawlora.rbs', line 450
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
447 |
# File 'sig/crawlora.rbs', line 447
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
448 |
# File 'sig/crawlora.rbs', line 448
def ebay_live_streams_batch: (?ids: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_search ⇒ Object
451 |
# File 'sig/crawlora.rbs', line 451
def ebay_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_seller ⇒ Object
452 |
# File 'sig/crawlora.rbs', line 452
def ebay_seller: (?seller: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_seller_about ⇒ Object
453 |
# File 'sig/crawlora.rbs', line 453
def ebay_seller_about: (?seller: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_seller_feedback ⇒ Object
454 |
# File 'sig/crawlora.rbs', line 454
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
455 |
# File 'sig/crawlora.rbs', line 455
def ebay_seller_shop: (?seller: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|