We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
API v1 URL: http://localhost/api/v1/
http://localhost/api/v1/
Get all Inks in a circle given by a location and a radius.
API-URL/message/<latitude>,<longitude>,<radius_in_meters>/
Example
API-URL/message/60.0,50.0,1000.0/
Post an Ink (the server will store it in the database).
API-URL/message/<JSON ink object>
API-URL/message/ with an object formatted as json, for instance:
API-URL/message/
{ "text" : "This is my massage!", "location_lat" : 60.0, "location_lon" : 10.0, }
...but this will slightly change as the Ink-model is adjusted.
Delete an Ink with a specific ID.
API-URL/message/<message_id>/