Understanding API
M
GET is when you request data directly from the data base
POST post is when you upload data without replacing any old data or covering it up
PATCH to upload data that gets rid of previous data
DELETE to get rid of data.
Save
Comments
Log in to leave a comment.
