{ "opencollection": "1.0.0", "info": { "name": "umd.io bus map API", "version": "1.0.0 Beta" }, "items": [ { "info": { "name": "map", "type": "folder" }, "items": [ { "info": { "name": "List buildings", "type": "http" }, "http": { "method": "GET", "url": "https://api.umd.io/v1/map/buildings" }, "docs": "Get a list of the available buildings." }, { "info": { "name": "Get buildings", "type": "http" }, "http": { "method": "GET", "url": "https://api.umd.io/v1/map/buildings/:building_id", "params": [ { "name": "building_id", "value": "", "type": "path", "description": "Numeric building ID" } ] }, "docs": "Get location data about one or more buildings. Comma separated building numbers are the parameters." } ] } ], "bundled": true }