Skip to content

Commit 77eaaa5

Browse files
committed
doc: add links to API reference
1 parent a74890c commit 77eaaa5

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,23 @@ which is written in JavaScript.
1313
go get -u github.com/mkfsn/notion-go
1414
```
1515

16-
## TODOs
16+
## Supported Features
17+
18+
This client supports all endpoints in the [Notion API](https://developers.notion.com/reference/intro).
1719

1820
- [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)
2123
- [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)
2527
- [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) ✅️
2931
- [x] Blocks ✅️
3032
* [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)

0 commit comments

Comments
 (0)