REST is typically exposed over HTTP
It will use HTTP methods such as POST, PUT, GET, DELETE to manage entities on the API
GET
is to read dataPUT
is to update dataPOST
is to add new dataDELETE
is to delete data
REST is typically exposed over HTTP
It will use HTTP methods such as POST, PUT, GET, DELETE to manage entities on the API
GET
is to read dataPUT
is to update dataPOST
is to add new dataDELETE
is to delete data