Skip to content

API Documentation

TDimaline edited this page Oct 26, 2012 · 3 revisions

This page details out everything that the API can currently respond with.

Here is a full list of requests that currently work and do not require authentication:

  • /api/register/

Here is a full list of requests that currently work and require authentication:

  • /api/login/
  • /api/user/
  • /api/group/create/
  • /api/group/join/
  • /api/post/
  • /api/dashboard/
  • /api/addNoteToPost/
  • /api/addNoteToPost/?operation=like or /api/addNoteToPost/like/
  • /api/addNoteToPost/?operation=dislike or /api/addNoteToPost/dislike/
  • /api/addNoteToPost?operation=repost or /api/addNoteToPost/repost/
  • /api/logout/