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