Registry / http-client / jomei-notionapi

jomei-notionapi

JSON →
library1.13.3gogounverified

A Go client library for the Notion API, providing access to Notion's database, page, and block operations.

go get github.com/jomei/notionapi
INSTALL
IMPORT
SIG · JOMEI-NOTIONAPI
J
jomei-notionapi
http-clientgov1.13.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

notionapi
github.com/jomei/notionapi

Initialize a Notion client and retrieve a database.

package main import ( "fmt" "github.com/jomei/notionapi" ) func main() { client := notionapi.NewClient("your-integration-token") db, err := client.Database.Get("database-id") if err != nil { panic(err) } fmt.Println(db.Title) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.13.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
jomei-notionapi — go get jomei-notionapi · libregistry