Add CRUD methods to DruxtClient. #307
Labels
enhancement
New feature or request
module: druxt
Related to the `druxt` module
module: entity
Related to the `druxt-entity` module
Milestone
Is your feature request related to a problem? Please describe.
As a user I want to be able to Create, Read, Update and Delete resources. Currently I can only Read.
Describe the solution you'd like
createResource
method. #317updateResource
method. #318deleteResource
method.getResource
method toreadResource
?Describe alternatives you've considered
N/A
Additional context
The DruxtEntityForm component already has a version of
create
/updated
: https://github.com/druxt/druxt.js/blob/develop/packages/entity/src/components/DruxtEntityForm.vue#L99-L117The text was updated successfully, but these errors were encountered: