My Understanding of API Methods
GET sends a HTTPS Request, It is a request to retrieve data from a server.
POST Is used to request and change data from a server.
PATCH Is used to make smaller changes in data from a server, not the object just specific changes.
DELETE It lets you remove data from a server.
"Putting It Together"
You can use GET, POST, PATCH, and DELETE to get and make changes on the data you need.
Save
Comments
Log in to leave a comment.
