ai/at
ai/at
1
0

curl を更新

syui 2025-04-22 09:16:17 +00:00
parent 8b95d3645e
commit 08f73e9336

34
curl.md

@ -1,4 +1,3 @@
see : https://git.syui.ai/ai/at/src/branch/main/at.zsh see : https://git.syui.ai/ai/at/src/branch/main/at.zsh
## version ## version
@ -387,4 +386,37 @@ fi
} }
} }
} }
```
## verify
```sh
$ curl -sL "https://bsky.social/xrpc/com.atproto.repo.listRecords?repo=bsky.app&collection=app.bsky.graph.verification"|jq ".records.[0]"
$ curl -sL "https://syu.is/xrpc/com.atproto.repo.listRecords?repo=ai.syu.is&collection=app.bsky.graph.verification"|jq ".records.[0]"
```
```json
{
"uri": "at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.graph.verification/3lndydt4rr32z",
"cid": "bafyreifoiw3lvazq4fmaqbou52m3g3c2u4ciwgb33mddiakcidrgwjczy4",
"value": {
"$type": "app.bsky.graph.verification",
"handle": "doggett.house.gov",
"subject": "did:plc:2wi4vq2lwdfpmbxopryl5btn",
"createdAt": "2025-04-21T13:18:51.323Z",
"displayName": "Rep. Lloyd Doggett"
}
}
{
"uri": "at://did:plc:6qyecktefllvenje24fcxnie/app.bsky.graph.verification/3lnf7cgsi7s2b",
"cid": "bafyreihiy25idswtqnn3x24metot3k62wyfir5bjalddzr3lmyqtzknjpy",
"value": {
"$type": "app.bsky.graph.verification",
"handle": "syui.syu.is",
"subject": "did:plc:vzsvtbtbnwn22xjqhcu3vd6y",
"createdAt": "2025-04-21T00:00:00.323Z",
"displayName": "syui"
}
}
``` ```