August 2016
Intermediate to advanced
376 pages
6h 33m
English
One of the best features of the LoopBack API Explorer is to generate a localhost API endpoint that allows us to view and test all endpoints generated by our API.
Also, it could be worth as documentation, containing all the necessary instructions as HTTP verbs GET, POST, UPDATE, DELETE, sending token access if necessary, the data type, and JSON format.
npm start

Screenshot of the API Explorer
It is possible to see the API base URL and the API version, our project name and the application endpoints. ...
Read now
Unlock full access