Skip to content

01 — The Talks

Robert edited this page Sep 16, 2016 · 6 revisions

Tasks at Hand

  • Get Current Position periodically
  • Send HTTP Request with Coordinates and Battery Level to (Mock-)Server

Additional Information

HTTP Mock Server

POST http://private-6b85a9-rntracker.apiary-mock.com/beacons

Headers
-------
Content-Type:application/json
Authorization:Bearer 0b79bab50daca910b000d4f1a2b675d604257e42

Body
----
{
  "coords": {
    "lat": 47.419881,
    "lng": 9.3705851,
    "accuracy": 12
  },
  "battery": {
    "level": 80
  }
}

Links

Clone this wiki locally