Skip to content
royalsflush edited this page Sep 28, 2014 · 2 revisions

Welcome to the Backbuffer wiki!

Data Model

Data is formed of:

  • String title;
  • String description;
  • bool closed;
  • DateTime added; (for sorting purposes only)

Backbuffer API (v1.0)

  • POST to '/add' with {title, description} adds a new task;
  • POST to '/edit' with {data, title, description, closed} updates an existing task with urlsafe key 'data';
  • POST to '/delete' with {data} deletes the task;

Clone this wiki locally