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