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

Update to API version 2022-06-28 (#37)

This commit is contained in:
David Stotijn
2022-08-20 20:49:58 +02:00
committed by GitHub
parent 99f28cc1f4
commit 8c9d956f3d
3 changed files with 42 additions and 522 deletions

View File

@ -13,7 +13,7 @@ import (
const (
baseURL = "https://api.notion.com/v1"
apiVersion = "2022-02-22"
apiVersion = "2022-06-28"
clientVersion = "0.0.0"
)