SlikNik / ghostpost_backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ghostpost_backend

Api for GhostPost Machineā„¢

  • API Root @ localhost:8000/api/
  • All Post @ localhost:8000/api/posts/
  • All Boast @ localhost:8000/api/posts/boast/
  • All Roast @ localhost:8000/api/posts/roast/
  • Order By Score @ localhost:8000/api/posts/highest_score/
  • Up Vote a Post @ localhost:8000/api/posts/{id}/up_vote/
  • Down Vote a Post @ localhost:8000/api/posts/{id}/down_vote/
  • Delete a Post By id @ localhost:8000/api/posts/{id}/destroy/
  • Delete a Post By secret @ localhost:8000/api/posts/{id}/?secret={secret}/

About


Languages

Language:Python 96.1%Language:HTML 1.7%Language:JavaScript 1.2%Language:CSS 1.0%Language:PowerShell 0.1%Language:Shell 0.0%