Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 of 37 tasks
MasterJ93 opened this issue May 21, 2024 · 0 comments
Open
3 of 37 tasks

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

MasterJ93 opened this issue May 21, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers new feature New feature or request

Comments

@MasterJ93
Copy link
Owner

MasterJ93 commented May 21, 2024

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
    • putProfileRecord
    • deleteProfileRecord
  • GeneratorRecord
    • createGeneratorRecord
    • putGeneratorRecord
    • deleteGeneratorRecord
  • LikeRecord
    • createLikeRecord
    • deleteLikeRecord
  • PostRecord
    • createPostRecord
    • putPostRecord
    • deletePostRecord
  • RepostRecord
    • createRepostRecord
    • deleteRepostRecord
  • ThreadgateRecord
    • createThreadgateRecord
    • putThreadgateRecord
    • deleteThreadgateRecord
  • BlockRecord
    • createBlockRecord
    • deleteBlockRecord
  • FollowRecord
    • createFollowRecord
    • deleteFollowRecord
  • ListRecord
    • createListRecord
    • putListRecord
    • deleteListRecord
  • ListBlockRecord
    • createListBlockRecord
    • putListBlockRecord
    • deleteListBlockRecord
  • ListItemRecord
    • createListItemRecord
    • putListItemRecord
    • deleteListItemRecord
  • ServiceRecord
    • createServiceRecord
    • putServiceRecord
    • deleteServiceRecord
  • DeclarationRecord
    • createDeclarationRecord
    • putDeclarationRecord
    • deleteDeclarationRecord
  • ServicepackRecord
    • createServicepackRecord
    • deleteServicepackRecord
@MasterJ93 MasterJ93 added documentation Improvements or additions to documentation new feature New feature or request good first issue Good for newcomers labels May 21, 2024
@MasterJ93 MasterJ93 self-assigned this Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers new feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant