Cloud's API using Spring and JPA.
https://cloud-api-2.herokuapp.com
- Swagger
- Spring Data JPA
- H2 for development
Method | URL |
---|---|
GET | /cloud |
POST | /cloud |
GET | /cloud/:postId |
DELETE | /cloud/:postId |
GET | /cloud/:postId/comments |
POST | /cloud/:postId/comments |