Skip to main content

Module at_uri

Module at_uri 

Source
Expand description

AT Protocol URI parsing and construction.

AT-URIs follow the format at://{authority}/{collection}/{rkey} where:

  • authority is a DID (e.g. did:plc:xyz123)
  • collection is an NSID (e.g. app.bsky.feed.post)
  • rkey is the record key

Structsยง

AtUri
Parsed AT Protocol URI.