Management API for iBeacons within the platform.
Endpoint | /cloud/beacons |
HTTP Method | GET |
{
"1234": {
"major" : 1,
"minor" : 1,
"label": "Some Label Title",
"sublabel": "Some Label Description"
}
}
Create an iBeacon to manage within the platform. Fill in a major and minor ID below to setup your iBeacon
Endpoint | /cloud/beacons |
HTTP Method | POST |
{
"major" : 1,
"minor" : 1,
"label": "Some Label Title",
"sublabel": "Some Label Description"
}
{
"ok": "true"
}
All the tests are in the "test/" directory. The cloud app is using mocha as the test runner.
npm run serve
npm run unit
npm run serve
npm run coverage-unit
npm run serve
npm run accept