CRUD locations: GET api/locations/:id GET api/locations/?limit=<?:50>&offset=<?:0> POST api/locations JSON{} PUT api/locations/:id JSON{} DELETE api/locations/:id
CRUD locations:
GET api/locations/:id
GET api/locations/?limit=<?:50>&offset=<?:0>
POST api/locations JSON{}
PUT api/locations/:id JSON{}
DELETE api/locations/:id