- Core API's
- >
- Posts API Documentation
Posts API Documentation
A Simple to use CRUD API for your Posts application. This API is ready to use with any frontend/backend framework or language.
Endpoints
Name | Endpoint | Method | Copy |
---|---|---|---|
Post List | /api/posts | GET | |
Post Detail | /api/posts/1 | GET | |
Post Create | /api/posts | POST | |
Post Update | /api/posts/1 | PUT | |
Post Delete | /api/posts/1 | DELETE |
How to Use
Post List API
Post Detail API
Post Create API
Post Update API
Post Delete API
Code Sandbox Demos
No Code sandbox demos found yet!
No demos found, You can create a demo and contact us to put that with your credit link.
Contact UsOr,
Browse All Code sandbox Demos