2021-05-13 22:11:32 +02:00
|
|
|
# go-notion
|
|
|
|
|
|
|
|
Go client for the [Notion API](https://developers.notion.com/reference).
|
|
|
|
|
|
|
|
## Status
|
|
|
|
|
|
|
|
🐣 Early development
|
|
|
|
|
|
|
|
## API endpoints
|
|
|
|
|
|
|
|
### Databases
|
|
|
|
|
2021-05-15 00:02:08 +02:00
|
|
|
- [x] [Retrieve a database](client.go)
|
|
|
|
- [x] [Query a database](client.go)
|
2021-05-13 22:11:32 +02:00
|
|
|
|
|
|
|
## Pages
|
|
|
|
|
2021-05-15 00:21:01 +02:00
|
|
|
- [x] [Retrieve a page](client.go)
|
2021-05-15 13:42:01 +02:00
|
|
|
- [x] [Create a page](client.go)
|
2021-05-15 18:10:56 +02:00
|
|
|
- [x] [Update page properties](client.go)
|
2021-05-13 22:11:32 +02:00
|
|
|
|
|
|
|
### Blocks
|
|
|
|
|
2021-05-15 19:04:57 +02:00
|
|
|
- [x] [Retrieve block children](client.go)
|
2021-05-15 20:16:04 +02:00
|
|
|
- [x] [Append block children](client.go)
|
2021-05-13 22:11:32 +02:00
|
|
|
|
|
|
|
### Users
|
|
|
|
|
|
|
|
- [ ] Retrieve a user
|
|
|
|
- [ ] List all users
|
|
|
|
|
|
|
|
### Search
|
|
|
|
|
|
|
|
- [ ] Search
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
[MIT License](LICENSE)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
© 2021 David Stotijn — [Twitter](https://twitter.com/dstotijn), [Email](mailto:dstotijn@gmail.com)
|