Construct PublicStorage using global client (mainline relays).
Perform a streaming GET and expose the raw Response object.
Fetch bytes from an addressed path.
Fetch JSON from an addressed path.
"pubky<user>/pub/.../file.json" (preferred) or pubky://<user>/pub/....
Fetch text from an addressed path as UTF-8 text.
List a directory. Results are pubky://… identifier URLs.
Addressed directory (must end with /).
Optionalcursor: string | null
Optional suffix or full URL to start after.
Optionalreverse: boolean | null
Default false. When true, newest/lexicographically-last first.
Optionallimit: number | null
Optional result limit.
Optionalshallow: boolean | null
Default false. When true, lists only first-level entries.
Get metadata for an address
"pubky<user>/pub/.../file.json" (preferred) or pubky://<user>/pub/....
undefined if the resource does not exist.
Read-only public storage using addressed paths (
"pubky<user>/pub/...").