GET
/
Returns this documentation page.
Backend for
https://api.dineshshaw.in
/
Returns this documentation page.
/api/views/:id
Retrieve the view count for a blog post by its numeric
id.
{ "count": 42 }
/api/views/:id
Increment the view count for a blog post. Creates the entry if it doesn't exist.
{
"message": "Views counter incremented",
"count": 43
}