In this section we are going to delve into REST operations, what each one does, and how to incorporate them correctly into our API.
The operations that we will look at are:
GET, POST, DELETE, PUT, PATCH, OPTIONS, HEAD
We'll complete a cheat sheet for each one, which you'll be able to use for the rest of your career. And I'll also do a real demonstration of each request to help you match the theory to the practice.
This will be fun!
2 comments