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

43 lines
712 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-15 18:10:56 +02:00
- [x] [Update page properties](client.go)
2021-05-13 22:11:32 +02:00
### Blocks
- [x] [Retrieve block children](client.go)
- [x] [Append block children](client.go)
2021-05-13 22:11:32 +02:00
### Users
2021-05-15 20:29:37 +02:00
- [x] [Retrieve a user](client.go)
2021-05-15 20:50:47 +02:00
- [x] [List all users](client.go)
2021-05-13 22:11:32 +02:00
### Search
2021-05-15 23:06:37 +02:00
- [x] [Search](client.go)
2021-05-13 22:11:32 +02:00
## License
[MIT License](LICENSE)
---
© 2021 David Stotijn — [Twitter](https://twitter.com/dstotijn), [Email](mailto:dstotijn@gmail.com)