Getting an API authorization key
You can get an API authorization key by using an username/password combination:
http://marro.ws/api/login?username=testuser&password=testpass
Alternatively, you can get an API key by fetching the following URL with an already logged-in session cookie:
http://marro.ws/api/getkey
Publishing an item
You can publish an item by invoking the publish action of the API:
http://marro.ws/api/publish?key=71f03395e0470df1f10ae4556cf50940&title=testtitle&content=testcontent&tags=a,b,c (comma seperated tags, optional)
Commenting on an item
You can comment on an item by invoking the addcomment action of the API:
http://marro.ws/api/addcomment?key=71f03395e0470df1f10ae4556cf50940&id=3&comment=testcomment (where id is the unique id of the item)