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