Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 575 Bytes

API_DOCS.md

File metadata and controls

41 lines (28 loc) · 575 Bytes

API Endpoints

Base Url - http://localhost:5000/api

Auth

  • GET /auth
  • POST /auth

Users

  • POST /users/:id
  • GET /users
  • GET /users/:id

Posts

  • GET /posts
  • GET /posts/top
  • GET /posts/tag/:tagname
  • GET /posts/:id
  • POST /posts/
  • PUT /posts/:id
  • DELETE /posts/:id

Answers

  • GET /posts/answers/:id
  • POST /posts/answers/:id
  • DELETE /posts/answers/:id

Comments

  • GET /posts/comments/:id
  • POST /posts/comments/:id
  • DELETE /posts/comments/:id

Tags

  • GET /tags
  • GET /tags/:tagname