{"id":22043111,"url":"https://github.com/tempor1s/notiongo","last_synced_at":"2025-07-09T12:11:43.593Z","repository":{"id":51326254,"uuid":"367522935","full_name":"tempor1s/notiongo","owner":"tempor1s","description":"(Golang) Go bindings for Notion (WIP)","archived":false,"fork":false,"pushed_at":"2023-03-06T22:02:10.000Z","size":31,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-07T07:39:43.484Z","etag":null,"topics":["go","golang","notion","notion-api","notiongo"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tempor1s.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-15T02:27:25.000Z","updated_at":"2023-10-25T20:56:34.000Z","dependencies_parsed_at":"2024-06-20T16:27:57.400Z","dependency_job_id":null,"html_url":"https://github.com/tempor1s/notiongo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tempor1s/notiongo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tempor1s%2Fnotiongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tempor1s%2Fnotiongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tempor1s%2Fnotiongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tempor1s%2Fnotiongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tempor1s","download_url":"https://codeload.github.com/tempor1s/notiongo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tempor1s%2Fnotiongo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264456031,"owners_count":23611069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","notion","notion-api","notiongo"],"created_at":"2024-11-30T12:15:00.824Z","updated_at":"2025-07-09T12:11:43.571Z","avatar_url":"https://github.com/tempor1s.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NotionGo (WIP)\n\n[![GoDoc](https://img.shields.io/static/v1?label=godoc\u0026message=reference\u0026color=blue)](https://pkg.go.dev/github.com/tempor1s/notiongo)\n[![Test Status](https://github.com/google/go-github/workflows/tests/badge.svg)](https://github.com/google/go-github/actions?query=workflow%3Atests)\n[![Test Coverage](https://codecov.io/gh/google/go-github/branch/master/graph/badge.svg)](https://codecov.io/gh/google/go-github)\n\n\nNotionGo is a Go client library for accessing the [Notion API v1](\"https://developers.notion.com/\").\n\n\n## Installation ##\n\nNotionGo is compatible with modern Go releases in module mode, with Go installed:\n\n```bash\ngo get github.com/tempor1s/notiongo/\n```\n\nwill resolve and add the package to the current development module, along with its dependencies.\n\nAlternatively the same can be achieved if you use import in a package:\n\n```go\nimport \"github.com/tempor1s/notiongo/notion\"\n```\n\n## Usage ##\n\n```go\nimport \"github.com/tempor1s/notiongo/v1/notion\"\t// with go modules enabled (GO111MODULE=on or outside GOPATH)\nimport \"github.com/tempor1s/notiongo/notion\" // with go modules disabled\n```\n\nConstruct a new Notion client, then use the various services on the client to\naccess different parts of the Notion API. For example:\n\n```go\nclient := notion.NewClient(nil)\n\n// Retrieves a Page object using the ID specified.\npage, err := client.page(id)\n```\n\n### Integration Tests ###\n\nYou can run integration tests from the `test` directory. See the integration tests [README](test/README.md).\n\n## Contributing ##\nI would like to cover the entire GitHub API and contributions are of course always welcome. The\ncalling pattern is pretty well established, so adding new methods is relatively\nstraightforward. See [`CONTRIBUTING.md`](CONTRIBUTING.md) for details.\n\n\n## License ##\n\nLibrary distributed under the Apache-2.0 license found in the [LICENSE](./LICENSE)\nfile.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftempor1s%2Fnotiongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftempor1s%2Fnotiongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftempor1s%2Fnotiongo/lists"}