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
Endpoint | Credits | Quotas |
---|---|---|
Create | Base | None |
Delete | Base | None |
Events | Base | None |
List | Base | None |
Read | Base | None |
Update | Base | None |
Base request price is 0.000001 credits per request
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"
}
}