April 2018
Beginner to intermediate
440 pages
11h 36m
English
When using a REST API, multiple HTTP request methods can be utilized. The GET method is used to request data, the POST method is used to add new data, the PUT method is used to update data, and the DELETE method is used to remove data from the database.