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 00:02:08 +02:00
client.go Add context.Context arg for Client methods, move methods to client.go 2021-05-15 00:02:08 +02:00
database.go Add context.Context arg for Client methods, move methods to client.go 2021-05-15 00:02:08 +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 "query database" endpoint 2021-05-14 23:48:30 +02:00
README.md Add context.Context arg for Client methods, move methods to client.go 2021-05-15 00:02:08 +02:00
rich_text.go Initial commit 2021-05-13 22:11:32 +02:00
user.go Initial commit 2021-05-13 22:11:32 +02:00

go-notion

Go client for the Notion API.

Status

🐣 Early development

API endpoints

Databases

Pages

  • Retrieve a page
  • Create a page
  • Update page properties

Blocks

  • Retrieve block children
  • Append block children

Users

  • Retrieve a user
  • List all users
  • Search

License

MIT License


© 2021 David Stotijn — Twitter, Email