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.
922 |
# File 'sig/crawlora.rbs', line 922
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#post ⇒ Object
923 |
# File 'sig/crawlora.rbs', line 923
def post: (?username: String, ?code: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#post_replies ⇒ Object
924 |
# File 'sig/crawlora.rbs', line 924
def post_replies: (?username: String, ?code: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile ⇒ Object
925 |
# File 'sig/crawlora.rbs', line 925
def profile: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile_posts ⇒ Object
926 |
# File 'sig/crawlora.rbs', line 926
def profile_posts: (?username: String, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
927 |
# File 'sig/crawlora.rbs', line 927
def search: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|