Skip to content

Commit

Permalink
Merge pull request #313 from notion-dotnet/310-update-readme
Browse files Browse the repository at this point in the history
Update readme with support of comments API
  • Loading branch information
KoditkarVedant authored Aug 28, 2022
2 parents 7a9889e + 9252fe7 commit cf1e4ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf1e4ee

Please sign in to comment.