Class: Crawlora::ThreadsGroup
- Inherits:
-
Object
- Object
- Crawlora::ThreadsGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ ThreadsGroup
constructor
A new instance of ThreadsGroup.
- #post ⇒ Object
- #post_replies ⇒ Object
- #profile ⇒ Object
- #profile_posts ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ ThreadsGroup
Returns a new instance of ThreadsGroup.
880 |
# File 'sig/crawlora.rbs', line 880
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#post ⇒ Object
881 |
# File 'sig/crawlora.rbs', line 881
def post: (?username: String, ?code: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#post_replies ⇒ Object
882 |
# File 'sig/crawlora.rbs', line 882
def post_replies: (?username: String, ?code: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile ⇒ Object
883 |
# File 'sig/crawlora.rbs', line 883
def profile: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile_posts ⇒ Object
884 |
# File 'sig/crawlora.rbs', line 884
def profile_posts: (?username: String, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
885 |
# File 'sig/crawlora.rbs', line 885
def search: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|