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.
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