Skip to content

Commit 310451e

Browse files
Merge pull request #61 from notion-dotnet/add-a-section-to-list-supported-apis-by-sdk
Update Readme to List supported API's by the SDK 📝
2 parents 6c59cbb + c0d4eb2 commit 310451e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,24 @@ var complexFiler = new CompoundFilter(
7070
);
7171
```
7272

73+
## Supported Endpoints
74+
- [ ] Databases
75+
- [x] Retrieve a database
76+
- [x] Query a database
77+
- [x] List databases
78+
- [ ] Create a Database
79+
- [x] Pages
80+
- [x] Retrieve a page
81+
- [x] Create a page
82+
- [x] Update page
83+
- [x] Blocks
84+
- [x] Retrieve Block Children
85+
- [x] Append Block Children
86+
- [x] Users
87+
- [x] Retrieve a User
88+
- [x] List all users
89+
- [x] Search
90+
7391
## Contribution Guideline
7492

7593
At the moment I haven't got any specific guidelines for the project. Everyone are welcome to contribute.

0 commit comments

Comments
 (0)