1
0
mirror of https://github.com/dstotijn/go-notion.git synced 2024-11-24 08:42:26 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
David Stotijn
019301c714 Remove stray code 2021-05-15 20:17:21 +02:00
David Stotijn
205f94cc89 Add "append block children" endpoint support 2021-05-15 20:16:26 +02:00
David Stotijn
cd696c1624 Add "retrieve block children" endpoint support 2021-05-15 19:04:57 +02:00
David Stotijn
6eeae1f900 Update README 2021-05-15 18:10:56 +02:00
David Stotijn
304d7d2d8c Remove stray log call 2021-05-15 18:06:34 +02:00
David Stotijn
e32f7422cd Add "update page properties" endpoint support 2021-05-15 18:06:11 +02:00
David Stotijn
b2af8b7d0b Add "create a page" endpoint 2021-05-15 13:42:01 +02:00
David Stotijn
955d10b769 Update README 2021-05-15 00:21:01 +02:00
David Stotijn
14a12ab965 Fix error message when newRequest returns err 2021-05-15 00:20:11 +02:00
David Stotijn
807f08dace Add endpoint for getting page by ID 2021-05-15 00:19:30 +02:00
David Stotijn
cea180062e Fix database page property mapping for select and multi_select 2021-05-15 00:15:31 +02:00
David Stotijn
4726db0bf2 Add context.Context arg for Client methods, move methods to client.go 2021-05-15 00:02:08 +02:00
David Stotijn
0c1e15e0a7 Add "query database" endpoint 2021-05-14 23:48:30 +02:00
David Stotijn
0c31224d6f Remove database property metadata types that are empty 2021-05-14 18:49:00 +02:00
David Stotijn
56b18f60ee Add User-Agent HTTP req header 2021-05-14 18:25:44 +02:00
David Stotijn
fccdde0f5b Simplify APIError.Unwrap, fix missing error message prefixes 2021-05-14 18:24:56 +02:00
David Stotijn
d9867284b5 Use DatabaseProperty in DB props map 2021-05-14 17:34:46 +02:00
David Stotijn
e9e9dca708 Initial commit 2021-05-13 22:11:32 +02:00