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.
639 |
# File 'sig/crawlora.rbs', line 639
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#post ⇒ Object
640 |
# File 'sig/crawlora.rbs', line 640
def post: (?id: String, ?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile ⇒ Object
641 |
# File 'sig/crawlora.rbs', line 641
def profile: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile_posts ⇒ Object
642 |
# File 'sig/crawlora.rbs', line 642
def profile_posts: (?username: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|