AtUriParts

data class AtUriParts(val repo: AtIdentifier, val collection: Nsid?, val rkey: RecordKey?, val fragment: String?)

The structural decomposition of an AtUri into its constituent parts.

Per the AT URI spec (https://atproto.com/specs/at-uri-scheme):

Validation here is purely structural — the parser does not check that repo is a syntactically-valid DID or handle, collection is a valid NSID, etc. Semantic validity belongs to the wrapper types themselves.

Constructors

Link copied to clipboard
constructor(repo: AtIdentifier, collection: Nsid?, rkey: RecordKey?, fragment: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard