Class: Crawlora::XGroup
- Inherits:
-
Object
- Object
- Crawlora::XGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ XGroup
constructor
A new instance of XGroup.
- #post ⇒ Object
- #profile ⇒ Object
- #profile_posts ⇒ Object
Constructor Details
#initialize ⇒ XGroup
Returns a new instance of XGroup.
767 |
# File 'sig/crawlora.rbs', line 767
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#post ⇒ Object
768 |
# File 'sig/crawlora.rbs', line 768
def post: (?id: String, ?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile ⇒ Object
769 |
# File 'sig/crawlora.rbs', line 769
def profile: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile_posts ⇒ Object
770 |
# File 'sig/crawlora.rbs', line 770
def profile_posts: (?username: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|