October 2018
Intermediate to advanced
530 pages
14h 25m
English
Before we can call the API and the functions of the chaincode, we need to install a tool. You can use any tool that you prefer (for example, Insomnia, Advanced REST client, or online tools such as API Fortress), but for this book I will use one of my favorite desktop clients, Postman. This tool is available for Windows, macOS, and many Linux distributions, such as Ubuntu.
Postman is a free tool with which you can create simple HTTP REST requests or collections of REST requests. You can use Postman to create API documentation, mock servers, schedule automated tests, and check the performance of APIs as well. You can download it at https://www.getpostman.com/apps. If you plan to use the same ...
Read now
Unlock full access