Skip to content

onivoro/isomorphic-crud-provider

Repository files navigation

isomorphic-crud-provider

Standard interfaces for runtime and tech agnostic CRUD operations.

Semantics

Each interface member semantically mirrors the HTTP verb of the same name:

  • GET: read one or more entities
  • POST: create an entity
  • PUT: upsert an entity
  • PATCH: override parts of an entity
  • DELETE: delete an entity

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published