From 618638b9ab2b83a75b112898a5859a5f4aab9f7d Mon Sep 17 00:00:00 2001 From: Umputun Date: Sun, 11 Nov 2018 14:59:32 -0600 Subject: [PATCH] missing doc for multi-post count request --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c41c60bc..33dd626a 100644 --- a/README.md +++ b/README.md @@ -512,6 +512,7 @@ Sort can be `time`, `active` or `score`. Supported sort order with prefix -/+, i }{} ``` * `GET /api/v1/count?site=site-id&url=post-url` - get comment's count for `{url}` +* `POST /api/v1/count?site=siteID` - get number of comments for posts from post body (list of post IDs) * `GET /api/v1/list?site=site-id&limit=5&skip=2` - list commented posts, returns array or `PostInfo`, limit=0 will return all posts ```go type PostInfo struct {