Class: Crawlora::BlueskyGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeBlueskyGroup

Returns a new instance of BlueskyGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


205
# File 'sig/crawlora.rbs', line 205

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#author_feedObject

Parameters:

  • actor: (String)
  • limit: (Integer)
  • cursor: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

#followersObject

Parameters:

  • actor: (String)
  • limit: (Integer)
  • cursor: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

#followsObject

Parameters:

  • actor: (String)
  • limit: (Integer)
  • cursor: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_threadObject

Parameters:

  • uri: (String)
  • depth: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

#profileObject

Parameters:

  • actor: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_actorsObject

Parameters:

  • q: (String)
  • limit: (Integer)
  • cursor: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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