An open API service indexing awesome lists of open source software.

https://github.com/axe-api/blog-api

This is a project that used in a Axe API presentation.
https://github.com/axe-api/blog-api

Last synced: about 2 months ago
JSON representation

This is a project that used in a Axe API presentation.

Awesome Lists containing this project

README

          

# Axe API

This is an [Axe API](https://axe-api.com/getting-started/introduction/) project.

[Axe API: Redefining Rest API Development](https://kommunity.com/istanbul-javascript-toplulugu/events/axe-api-redefining-rest-api-development-c0daa952)

## 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.