1
0
mirror of https://github.com/dstotijn/go-notion.git synced 2024-11-24 08:42:26 +02:00
Go client for the Notion API.
Go to file
2021-05-15 18:06:11 +02:00
block.go Add "create a page" endpoint 2021-05-15 13:42:01 +02:00
client.go Add "update page properties" endpoint support 2021-05-15 18:06:11 +02:00
database.go Add "update page properties" endpoint support 2021-05-15 18:06:11 +02:00
error.go Simplify APIError.Unwrap, fix missing error message prefixes 2021-05-14 18:24:56 +02:00
go.mod Initial commit 2021-05-13 22:11:32 +02:00
LICENSE Initial commit 2021-05-13 22:11:32 +02:00
page.go Add "update page properties" endpoint support 2021-05-15 18:06:11 +02:00
README.md Add "create a page" endpoint 2021-05-15 13:42:01 +02:00
rich_text.go Add "create a page" endpoint 2021-05-15 13:42:01 +02:00
user.go Initial commit 2021-05-13 22:11:32 +02:00
util.go Add "create a page" endpoint 2021-05-15 13:42:01 +02:00

go-notion

Go client for the Notion API.

Status

🐣 Early development

API endpoints

Databases

Pages

Blocks

  • Retrieve block children
  • Append block children

Users

  • Retrieve a user
  • List all users
  • Search

License

MIT License


© 2021 David Stotijn — Twitter, Email