plugin which adds ability to show whether you attend a event by a single mouse click
the following endpoints are added:
ex.
wget --progress=dot --save-headers -O - http://localhost:4567/api/attendance/1
body:
{
"type": commitment|firm_commitment|canceled
}
ex.
wget --progress=dot --method=POST --header="Content-Type:application/json" --body-data='{"type":"yes"}' --save-headers -O - "http://localhost:4567/api/attendance/1"
omg I just realized… fuck attendance. What we have here is an API for users to tag a topic from a pre-defined list of tags, some of which are mutually exclusive.