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.
- Host: GitHub
- URL: https://github.com/axe-api/blog-api
- Owner: axe-api
- Created: 2024-05-06T17:05:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T17:06:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T05:42:55.369Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://kommunity.com/istanbul-javascript-toplulugu/events/axe-api-redefining-rest-api-development-c0daa952
- Size: 131 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.