March 2018
Intermediate to advanced
192 pages
4h 4m
English
Now that we have created an API in Azure and set up a data table within the service, we can start making calls to the API and getting responses. Before we start making calls to the API from within the TripLog app, we can test the endpoint by making GET and POST HTTP requests to it using either a command line or a REST console.
There are several REST consoles to choose from if you don't already have one installed. I typically use a Google Chrome plugin named JaSON (https://github.com/shanebell/JaSON) or an app named Postman (http://www.getpostman.com).