ATProtoKit icon indicating copy to clipboard operation
ATProtoKit copied to clipboard

[Feature Request]: Record Creation, Editing, and Deletion

Open MasterJ93 opened this issue 1 year ago • 0 comments

Summary

Create methods that deal with creating, editing, and deleting records.

Pain points

While it's possible for API users to create methods for creating, editing, and deleting record types using createRecord(), it would be nice to have specific methods just to do that without making the users make them themselves.

This issue will address this pain point, allowing users to get started right away.

Considered Alternatives

No response

Is this a breaking change?

No

Library Examples

No response

Additional Context

Current tasks:

  • ProfileRecord
    • [x] createProfileRecord
    • [x] updateProfileRecord
  • GeneratorRecord
    • [ ] createGeneratorRecord
    • [ ] updateGeneratorRecord
  • LikeRecord
    • [x] createLikeRecord
  • PostRecord
    • [x] createPostRecord
    • [ ] updatePostRecord
  • RepostRecord
    • [x] createRepostRecord
  • ThreadgateRecord
    • [x] createThreadgateRecord
    • [x] updateThreadgateRecord
  • BlockRecord
    • [x] createBlockRecord
  • FollowRecord
    • [x] createFollowRecord
  • ListRecord
    • [x] createListRecord
    • [x] updateListRecord
  • ListBlockRecord
    • [x] createListBlockRecord
  • ListItemRecord
    • [x] createListItemRecord
    • [x] updateListItemRecord
  • PostgateRecord
    • [x] createPostgateRecord
    • [x] updatePostgateRecord
  • ServiceRecord
    • [ ] createServiceRecord
    • [ ] updateServiceRecord
  • DeclarationRecord
    • [ ] createDeclarationRecord
    • [ ] updateDeclarationRecord
  • StarterpackRecord
    • [ ] createStarterpackRecord
    • [ ] updateStarterpackRecord
  • StatusRecord
    • [x] createStatusRecord
    • [ ] updateStatusRecord
  • deleteRecord
    • [x] deleteRecord

MasterJ93 avatar May 21 '24 14:05 MasterJ93