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

Add callout block type

This commit is contained in:
David Stotijn
2021-12-13 11:42:03 +01:00
parent a0926892c2
commit a45f658ecc
2 changed files with 9 additions and 1 deletions

View File

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