Class: Crawlora::PoshmarkGroup
- Inherits:
-
Object
- Object
- Crawlora::PoshmarkGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #brand ⇒ Object
- #brands ⇒ Object
- #categories ⇒ Object
- #category ⇒ Object
- #closet ⇒ Object
-
#initialize ⇒ PoshmarkGroup
constructor
A new instance of PoshmarkGroup.
- #listing ⇒ Object
- #search ⇒ Object
- #trend ⇒ Object
Constructor Details
#initialize ⇒ PoshmarkGroup
Returns a new instance of PoshmarkGroup.
960 |
# File 'sig/crawlora.rbs', line 960
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#brand ⇒ Object
961 |
# File 'sig/crawlora.rbs', line 961
def brand: (?name: String, ?max_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#brands ⇒ Object
962 |
# File 'sig/crawlora.rbs', line 962
def brands: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#categories ⇒ Object
963 |
# File 'sig/crawlora.rbs', line 963
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
964 |
# File 'sig/crawlora.rbs', line 964
def category: (?path: String, ?max_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#closet ⇒ Object
965 |
# File 'sig/crawlora.rbs', line 965
def closet: (?username: String, ?max_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#listing ⇒ Object
966 |
# File 'sig/crawlora.rbs', line 966
def listing: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
967 |
# File 'sig/crawlora.rbs', line 967
def search: (?query: String, ?department: String, ?max_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trend ⇒ Object
968 |
# File 'sig/crawlora.rbs', line 968
def trend: (?id: String, ?max_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|