Commit 77eaaa5 1 parent a74890c commit 77eaaa5 Copy full SHA for 77eaaa5
File tree 1 file changed +14
-12
lines changed
1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,23 @@ which is written in JavaScript.
13
13
go get -u github.com/mkfsn/notion-go
14
14
```
15
15
16
- ## TODOs
16
+ ## Supported Features
17
+
18
+ This client supports all endpoints in the [ Notion API] ( https://developers.notion.com/reference/intro ) .
17
19
18
20
- [x] Users ✅
19
- * [x] Retrieve ✅
20
- * [x] List ✅
21
+ * [x] [ Retrieve] ( https://developers.notion.com/reference/get-user ) ✅
22
+ * [x] [ List] ( https://developers.notion.com/reference/get-users ) ✅
21
23
- [x] Databases ✅
22
- * [x] Retrieve ✅
23
- * [x] List ✅
24
- * [x] Query ✅
24
+ * [x] [ Retrieve] ( https://developers.notion.com/reference/get-database ) ✅
25
+ * [x] [ List] ( https://developers.notion.com/reference/get-databases ) ✅
26
+ * [x] [ Query] ( https://developers.notion.com/reference/post-database-query ) ✅
25
27
- [x] Pages ✅
26
- * [x] Retrieve ✅
27
- * [x] Create ✅️
28
- * [x] Update ✅️
28
+ * [x] [ Retrieve] ( https://developers.notion.com/reference/get-page ) ✅
29
+ * [x] [ Create] ( https://developers.notion.com/reference/post-page ) ✅️
30
+ * [x] [ Update] ( https://developers.notion.com/reference/patch-page ) ✅️
29
31
- [x] Blocks ✅️
30
32
* [x] Children ✅
31
- - [x] Retrieve ✅
32
- - [x] Append ✅
33
- - [x] Search ✅
33
+ - [x] [ Retrieve] ( https://developers.notion.com/reference/get-block-children ) ✅
34
+ - [x] [ Append] ( https://developers.notion.com/reference/patch-block-children ) ✅
35
+ - [x] [ Search] ( https://developers.notion.com/reference/post-search ) ✅
You can’t perform that action at this time.
0 commit comments