ReadonlyownerGet the owner's public key.
ReadonlypathGet the absolute path (e.g., "/pub/example.txt").
Render as pubky://<owner>/<path> (deep-link/URL form).
Render as pubky<owner>/<path> (identifier form).
StaticparseParse a pubky resource from a string.
Accepts:
pubky://<public_key>/<path> (URL form)pubky<public_key>/<path> (identifier form)The resource string to parse
An addressed resource: a user's public key paired with an absolute path.
This represents a specific file or directory on a user's homeserver.
Example