Daiki Mizukami
Results
21
issues of
Daiki Mizukami
arroba's `com.atproto.repo.listRecords` seems to return the records in ascending chronological order by default: ```command $ curl 'https://atproto.brid.gy/xrpc/com.atproto.repo.listRecords?repo=did:plc:xbifsywyv5pka5jlknhv5yv3&collection=app.bsky.feed.post&limit=2' | jq -r '.records[] | .value.createdAt' 2024-09-02T06:39:03.174Z 2024-09-09T04:38:49.409Z ``` On the other hand,...