1
0

atproto を更新

syui 2024-09-20 09:13:07 +00:00
parent 2efc3bfaf7
commit cbe866d5fb

@ -43,6 +43,12 @@ handle=yui.syui.ai
curl -sL "https://public.api.bsky.app/xrpc/com.atproto.identity.resolveHandle?handle=$handle" curl -sL "https://public.api.bsky.app/xrpc/com.atproto.identity.resolveHandle?handle=$handle"
{"did":"did:plc:4hqjfn7m6n5hno3doamuhgef"} {"did":"did:plc:4hqjfn7m6n5hno3doamuhgef"}
```sh
did=did:plc:4hqjfn7m6n5hno3doamuhgef
curl -sL https://plc.directory/$did | jq -r ".alsoKnownAs.[]"
at://yui.syui.ai
``` ```
## login ## login