From 112f8ddfb1553a30548809987bb9618fa1aff87b Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 23 Apr 2025 01:22:13 +0000 Subject: [PATCH] =?UTF-8?q?curl=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- curl.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/curl.md b/curl.md index 551fe76..31f099a 100644 --- a/curl.md +++ b/curl.md @@ -390,8 +390,8 @@ fi ## verify -[bsky.social](https://bsky.social/xrpc/com.atproto.repo.listRecords?repo=bsky.app&collection=app.bsky.graph.verification) -[syu.is](https://syu.is/xrpc/com.atproto.repo.listRecords?repo=ai.syu.is&collection=app.bsky.graph.verification) +- [bsky.social](https://bsky.social/xrpc/com.atproto.repo.listRecords?repo=bsky.app&collection=app.bsky.graph.verification) +- [syu.is](https://syu.is/xrpc/com.atproto.repo.listRecords?repo=ai.syu.is&collection=app.bsky.graph.verification) ```sh $ curl -sL "https://syu.is/xrpc/com.atproto.repo.listRecords?repo=ai.syu.is&collection=app.bsky.graph.verification"|jq ".records.[0]" @@ -411,8 +411,6 @@ $ curl -sL "https://syu.is/xrpc/com.atproto.repo.listRecords?repo=ai.syu.is&coll } ``` -link - - https://github.com/bluesky-social/atproto/pull/3761/files - https://github.com/bluesky-social/social-app/pull/8226