package
0.0.0-20240909141243-3aa4e1dc83b2
Repository: https://github.com/reiver/go-atproto.git
Documentation: pkg.go.dev
# Structs
BlueSky's AT-Protocol XRPC com.atproto.server.createSession
Example usage:
var req xrpcserver.CreateSession { req.Identifier = opt.Something("username.bsky.social") req.Password = opt.Something("password123") }
const serviceEndpoint string = "https://bsky.social" // <---- you would probably get this value from a DID document.
No description provided by the author