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 installnpm start
- You can use the
cURLcommand in the terminal to send theGET/POSTrequest with any given parameters. curl -X POST <URL-ROUTE> --header "Authorization: Bearer <TOKEN>"- Another good tool is POSTMAN