CRUD API

A CRUD API is one that has a set of standard end points:

  • Create,
  • Read,
  • Update, and
  • Delete. These normally connects to a database.