this repo has no description

update readme

Hailey 24a885b5 96f71046

Changed files
+8 -6
+8 -6
README.md
··· 7 8 ### Impmlemented Endpoints 9 10 - [ ] com.atproto.identity.getRecommendedDidCredentials 11 - [ ] com.atproto.identity.requestPlcOperationSignature 12 - [x] com.atproto.identity.resolveHandle 13 - [ ] com.atproto.identity.signPlcOperation 14 - [ ] com.atproto.identity.submitPlcOperatioin 15 - - [ ] com.atproto.identity.updateHandle 16 - [ ] com.atproto.label.queryLabels 17 - [ ] com.atproto.moderation.createReport 18 19 - - [ ] com.atproto.repo.applyWrites 20 - [x] com.atproto.repo.createRecord 21 - [x] com.atproto.repo.putRecord 22 - [ ] com.atproto.repo.deleteRecord 23 - [x] com.atproto.repo.describeRepo 24 - [x] com.atproto.repo.getRecord 25 - [ ] com.atproto.repo.importRepo 26 - - [ ] com.atproto.repo.listMissingBlobs 27 - [x] com.atproto.repo.listRecords 28 - [ ] com.atproto.repo.listMissingBlobs 29 ··· 49 - [ ] com.atproto.server.revokeAppPassword 50 - [ ] com.atproto.server.updateEmail 51 52 - - [ ] com.atproto.sync.getBlob 53 - [x] com.atproto.sync.getBlocks 54 - [x] com.atproto.sync.getLatestCommit 55 - [x] com.atproto.sync.getRecord 56 - [x] com.atproto.sync.getRepoStatus 57 - [x] com.atproto.sync.getRepo 58 - - [ ] com.atproto.sync.listBlobs 59 - [x] com.atproto.sync.listRepos 60 - - [ ] com.atproto.sync.notifyOfUpdate - BGS doesn't even have this implemented lol 61 - [x] com.atproto.sync.requestCrawl 62 - [x] com.atproto.sync.subscribeRepos 63
··· 7 8 ### Impmlemented Endpoints 9 10 + > [!NOTE] 11 + Just because something is implemented doesn't mean it is finisehd. Tons of these are returning bad errors, don't do validation properly, etc. I'll make a "second pass" checklist at some point to do all of that. 12 + 13 - [ ] com.atproto.identity.getRecommendedDidCredentials 14 - [ ] com.atproto.identity.requestPlcOperationSignature 15 - [x] com.atproto.identity.resolveHandle 16 - [ ] com.atproto.identity.signPlcOperation 17 - [ ] com.atproto.identity.submitPlcOperatioin 18 + - [x] com.atproto.identity.updateHandle 19 - [ ] com.atproto.label.queryLabels 20 - [ ] com.atproto.moderation.createReport 21 22 + - [x] com.atproto.repo.applyWrites 23 - [x] com.atproto.repo.createRecord 24 - [x] com.atproto.repo.putRecord 25 - [ ] com.atproto.repo.deleteRecord 26 - [x] com.atproto.repo.describeRepo 27 - [x] com.atproto.repo.getRecord 28 - [ ] com.atproto.repo.importRepo 29 - [x] com.atproto.repo.listRecords 30 - [ ] com.atproto.repo.listMissingBlobs 31 ··· 51 - [ ] com.atproto.server.revokeAppPassword 52 - [ ] com.atproto.server.updateEmail 53 54 + - [x] com.atproto.sync.getBlob 55 - [x] com.atproto.sync.getBlocks 56 - [x] com.atproto.sync.getLatestCommit 57 - [x] com.atproto.sync.getRecord 58 - [x] com.atproto.sync.getRepoStatus 59 - [x] com.atproto.sync.getRepo 60 + - [x] com.atproto.sync.listBlobs 61 - [x] com.atproto.sync.listRepos 62 + - ~[ ] com.atproto.sync.notifyOfUpdate~ - BGS doesn't even have this implemented lol 63 - [x] com.atproto.sync.requestCrawl 64 - [x] com.atproto.sync.subscribeRepos 65