1
0
mirror of https://github.com/dstotijn/go-notion.git synced 2025-06-17 00:07:45 +02:00
Files
go-notion/README.md

43 lines
634 B
Markdown
Raw Normal View History

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
- [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-13 22:11:32 +02:00
- [ ] Update page properties
### Blocks
- [ ] Retrieve block children
- [ ] Append block children
### 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)