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

Handle changes introduced in version 2022-02-22 (#29)

Ref: https://developers.notion.com/changelog/releasing-notion-version-2022-02-22
This commit is contained in:
David Stotijn
2022-08-13 12:28:49 +02:00
committed by GitHub
parent a7179ae969
commit 264ec2c28f
5 changed files with 125 additions and 62 deletions

View File

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