Which HTTP method would you use to update a record through an API?
CRUD
Which REST methods require an ID parameter?
Update/Delete
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.
If you had to describe the process of creating a RESTful API in 5 steps, what would they be?