September 2018
Intermediate to advanced
412 pages
11h 12m
English
The endpoint of the API should be self-descriptive and should use HTTP methods such as GET, PUT, POST, and DELETE to perform the operations. In addition, the API should leverage the HTTP codes such as 200, 4xx, to describe operations or faults. Let's use an example for illustration. In this example, we will design an API that gets the list of IIoT devices and does operations such as adding a new device, updating the device details, and deleting a device:
