MasterJ93 / ATProtoKit

A straightforward solution for using AT Protocol and Bluesky, written in Swift.
https://atprotokit.cjrriley.com/documentation/atprotokit/
MIT License
40 stars 8 forks source link

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

Open MasterJ93 opened 5 months ago

MasterJ93 commented 5 months ago

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: