
When writing RESTful APIs, we often used the HTTP verbs to
control our operations.
Http
Verb
Description
GET
Reads information
POST
Create a record
PUT
Update a record
DELETE
Delete a record
Our MVC APIs usually are set with attributes...