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.
136 |
# File 'sig/crawlora.rbs', line 136
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#author_feed ⇒ Object
137 |
# File 'sig/crawlora.rbs', line 137
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
138 |
# File 'sig/crawlora.rbs', line 138
def followers: (?actor: String, ?limit: Integer, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#follows ⇒ Object
139 |
# File 'sig/crawlora.rbs', line 139
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
140 |
# File 'sig/crawlora.rbs', line 140
def post_thread: (?uri: String, ?depth: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile ⇒ Object
141 |
# File 'sig/crawlora.rbs', line 141
def profile: (?actor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search_actors ⇒ Object
142 |
# File 'sig/crawlora.rbs', line 142
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
143 |
# File 'sig/crawlora.rbs', line 143
def trending_topics: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|