CRUD

201-Your reminder to trust the process!

CRUD

  1. Which HTTP method would you use to update a record through an API?
    • CRUD
  2. Which REST methods require an ID parameter?
    • Update/Delete
  3. What’s the relationship between REST and CRUD?
    • CRUD is a way of manipulating information, describing the function of an application.
      REST is controlling data through HTTP commands. It is a way of creating, modifying, and deleting information for the user.
  4. If you had to describe the process of creating a RESTful API in 5 steps, what would they be?