Understanding API

M
missing_casePro
9/22/2026 · 3 views

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.

Comments

Log in to leave a comment.