go-notion icon indicating copy to clipboard operation
go-notion copied to clipboard

Notion Official API Go Client.

Results 2 go-notion issues
Sort by recently updated
recently updated
newest added

Provide information about the files, so you can load them if you want. Tested with Internal files, not External; but matches listed spec.

Hi, I'm trying to model this request with this library: ``` curl --request POST \ --url https://api.notion.com/v1/databases/$DATABASE_ID/query \ --header 'Authorization: Bearer $TOKEN' \ --header 'Content-Type: application/json' \ --header 'Notion-Version: 2021-05-13'...