You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GarrethDottin edited this page Apr 29, 2015
·
6 revisions
GrooveOtter Documentation
Limitation:
Currently, the API has some limitations particularly in relation to authentication. While we’d like to have a completely restful app, we’re starting with a focus on endpoints and we’ll be moving into authentication and session storage.
Create Task
Post “/“, req.body
Require Field:
-taskUserId, name
Get All Tasks
“/:userid”
Get one Task
“/:userid/:taskid”
Blocked Sites
{
site: String,
info: String,
blockedSiteId: String,
active: Boolean
}
Get All Blocked Sites
/:userid
/Get one Blocked Site
“/:userid/:blockedSiteId”