Class: Crawlora::BlueskyGroup
- Inherits:
-
Object
- Object
- Crawlora::BlueskyGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #author_feed ⇒ Object
- #followers ⇒ Object
- #follows ⇒ Object
-
#initialize ⇒ BlueskyGroup
constructor
A new instance of BlueskyGroup.
- #post_thread ⇒ Object
- #profile ⇒ Object
- #search_actors ⇒ Object
- #trending_topics ⇒ Object
Constructor Details
#initialize ⇒ BlueskyGroup
Returns a new instance of BlueskyGroup.
205 |
# File 'sig/crawlora.rbs', line 205
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#author_feed ⇒ Object
206 |
# File 'sig/crawlora.rbs', line 206
def author_feed: (?actor: String, ?limit: Integer, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#followers ⇒ Object
207 |
# File 'sig/crawlora.rbs', line 207
def followers: (?actor: String, ?limit: Integer, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#follows ⇒ Object
208 |
# File 'sig/crawlora.rbs', line 208
def follows: (?actor: String, ?limit: Integer, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#post_thread ⇒ Object
209 |
# File 'sig/crawlora.rbs', line 209
def post_thread: (?uri: String, ?depth: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile ⇒ Object
210 |
# File 'sig/crawlora.rbs', line 210
def profile: (?actor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search_actors ⇒ Object
211 |
# File 'sig/crawlora.rbs', line 211
def search_actors: (?q: String, ?limit: Integer, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trending_topics ⇒ Object
212 |
# File 'sig/crawlora.rbs', line 212
def trending_topics: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|