February 2018
Intermediate to advanced
246 pages
6h 3m
English
REST uses the POST verb to create a new item of the specific resource type. Resource creation might require extra information, which is provided in the body of the POST request. The information being provided as part of the body has to be in the data format the REST server can handle. POSTing to /api/books signifies that we want to add a new book to the list of books in our library.
Read now
Unlock full access