From 9252fe74b9bde7b3cabbdbf7530b919ac11ebee6 Mon Sep 17 00:00:00 2001 From: Vedant Koditkar Date: Mon, 29 Aug 2022 02:31:43 +0530 Subject: [PATCH] Update readme with support of comments API --- README.md | 3 +++ docs/README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index e8155da7..5ab47338 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,9 @@ var complexFiler = new CompoundFilter( - [x] Retrieve block children - [x] Append block children - [x] Delete a block +- [x] Comments + - [x] Retrieve comments + - [x] Create comment - [x] Users - [x] Retrieve a User - [x] List all users diff --git a/docs/README.md b/docs/README.md index 6bb50712..54a041d2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -89,6 +89,9 @@ var complexFiler = new CompoundFilter( - [x] Retrieve block children - [x] Append block children - [x] Delete a block +- [x] Comments + - [x] Retrieve comments + - [x] Create comment - [x] Users - [x] Retrieve a User - [x] List all users