class

Bsky::Client

Inherits Reference / Object

Constants

BASE_URL = "https://bsky.social/xrpc"

Instance methods

access_token
Source
login(identifier : String, password : String) : JSON::Any

Create an "App Password" https://bsky.app/settings/app-passwords identifier should be your login (e.g. myname.bsky.social)

Source
logout
Source
refresh_token
Source
send_post(plain_text : String)
Source
send_post(text : RichText)
Source
upload_image(image_data : String, mime_type : String, alt : String | Nil = nil) : Image | Nil
Source