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