Using REST
All requests are sent to a URL in the form of a verb:
GET Query or find data
POST Create or add new data
PUT Replace or update existing data
DELETE text Delete existing data
Updated 18 days ago
All requests are sent to a URL in the form of a verb:
GET Query or find data
POST Create or add new data
PUT Replace or update existing data
DELETE text Delete existing data
Updated 18 days ago