Skip to content

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

@MasterJ93

Description

@MasterJ93

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
    • createProfileRecord
    • updateProfileRecord
  • GeneratorRecord
    • createGeneratorRecord
    • updateGeneratorRecord
  • LikeRecord
    • createLikeRecord
  • PostRecord
    • createPostRecord
    • updatePostRecord
  • RepostRecord
    • createRepostRecord
  • ThreadgateRecord
    • createThreadgateRecord
    • updateThreadgateRecord
  • BlockRecord
    • createBlockRecord
  • FollowRecord
    • createFollowRecord
  • ListRecord
    • createListRecord
    • updateListRecord
  • ListBlockRecord
    • createListBlockRecord
  • ListItemRecord
    • createListItemRecord
    • updateListItemRecord
  • PostgateRecord
    • createPostgateRecord
    • updatePostgateRecord
  • ServiceRecord
    • createServiceRecord
    • updateServiceRecord
  • DeclarationRecord
    • createDeclarationRecord
    • updateDeclarationRecord
  • StarterpackRecord
    • createStarterpackRecord
    • updateStarterpackRecord
  • StatusRecord
    • createStatusRecord
    • updateStatusRecord
  • deleteRecord
    • deleteRecord

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationgood first issueGood for newcomersnew featureNew feature or request

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions