strapi-sdk-javascript icon indicating copy to clipboard operation
strapi-sdk-javascript copied to clipboard

Be able to make CRUD actions

Open Aurelsicoko opened this issue 6 years ago • 2 comments

The power of Strapi comes with the generated API using the CLI or interface. It should be very interesting to be able to use the generated CRUD through the SDK.

  • getEntry
  • getEntries
  • createEntry
  • updateEntry
  • deleteEntry

I'm also thinking to simplify the way to attach or detach entry to another one when there is a relationship.

  • attachEntries
  • detachEntries

Aurelsicoko avatar Mar 29 '18 09:03 Aurelsicoko