storage
Add comments to any App
Add comments and replies to any app. Simple CRUD based storage to build a comments feed anywhere on the web.
Create a new comment
Delete a comment
Subscribe to comments events
List all the comments
Read a comment
Update a comment
Create Request
Response
{
"comment": {
"id": "63c0cdf8-2121-11ec-a881-0242e36f037a",
"created": "2021-09-29T13:33:03+01:00",
"updated": "2021-09-29T13:33:03+01:00",
"subject": "New Comment",
"text": "This is my comment"
}
}