Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 510 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 510 Bytes

Axe API

This is an Axe API project.

Axe API: Redefining Rest API Development

Resources

  • users/:id
  • blogs/:id
  • blogs/:blogId/posts/:id
  • blogs/:blogId/posts/:postId/comments/:id
  • login

Rules

  • All endpoints are public
  • Blogs, Posts and Comments require authentication
  • Every user can manage only their content.