This is a tutorial for BlueRover API. This repo provides example code for the usage of the API.
Please read documentation at Google doc.
npm install
npm start
- You can use the
cURL
command in the terminal to send theGET
/POST
request with any given parameters. curl -X POST <URL-ROUTE> --header "Authorization: Bearer <TOKEN>"
- Another good tool is POSTMAN