Miataru
Connector for the miataru API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://service.miataru.com/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getlocationgeojson— GET /GetLocationGeoJSON/{deviceID} — Retrieves a devices Location in GeoJSON format.getlocation— POST /GetLocation — To retrieve a specific devices latest known location the /GetLocation method isgetlocationhistory— POST /GetLocationHistory — Location History is stored on the server only if the client told the server to dgetvisitorhistory— POST /GetVisitorHistory — Visitor History is stored on the server with every request to the location or loupdatelocation— POST /UpdateLocation — This method is used to update the location of a device. The device does not need
Inputs
apiKey— your miataru API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getlocationgeojson
apiKey: <your key>