{"id":15685566,"url":"https://github.com/grokify/go-metabase","last_synced_at":"2025-05-05T21:10:46.767Z","repository":{"id":36204470,"uuid":"159923844","full_name":"grokify/go-metabase","owner":"grokify","description":"Go Client SDK for Metabase - https://github.com/metabase/metabase","archived":false,"fork":false,"pushed_at":"2024-07-11T12:53:12.000Z","size":282,"stargazers_count":9,"open_issues_count":8,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T23:41:12.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grokify.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":"2018-12-01T08:19:32.000Z","updated_at":"2023-07-24T15:58:46.000Z","dependencies_parsed_at":"2024-06-19T09:59:19.335Z","dependency_job_id":"c37d1159-9e4f-429a-9e4b-0ebc81a3f8e3","html_url":"https://github.com/grokify/go-metabase","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgo-metabase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgo-metabase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgo-metabase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgo-metabase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grokify","download_url":"https://codeload.github.com/grokify/go-metabase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252577020,"owners_count":21770721,"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":[],"created_at":"2024-10-03T17:26:49.283Z","updated_at":"2025-05-05T21:10:46.748Z","avatar_url":"https://github.com/grokify.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Metabase Go SDK\n\n[![Build Status][build-status-svg]][build-status-url]\n[![Go Report Card][goreport-svg]][goreport-url]\n[![Docs][docs-godoc-svg]][docs-godoc-url]\n[![License][license-svg]][license-url]\n[![Chat][gitter-svg]][gitter-url]\n[![Discuss][forum-svg]][forum-url]\n\n [build-status-svg]: https://github.com/grokify/go-metabase/workflows/test/badge.svg\n [build-status-url]: https://github.com/grokify/go-metabase/actions\n [goreport-svg]: https://goreportcard.com/badge/github.com/grokify/go-metabase\n [goreport-url]: https://goreportcard.com/report/github.com/grokify/go-metabase\n [docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/go-metabase\n [docs-godoc-url]: https://pkg.go.dev/github.com/grokify/go-metabase\n [license-svg]: https://img.shields.io/badge/license-MIT-blue.svg\n [license-url]: https://github.com/grokify/go-metabase/blob/master/LICENSE\n [gitter-svg]: https://badges.gitter.im/metabase/metabase.svg\n [gitter-url]: https://gitter.im/metabase/metabase?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge\n [forum-svg]: https://img.shields.io/badge/post-on%20discourse-red.svg\n [forum-url]: http://discourse.metabase.com/\n\nGo SDK built using OpenAPI 3.0 spec and OpenAPI Generator.\n\n## Installation\n\n```\n$ go get github.com/grokify/go-metabase/...\n```\n\n## Usage\n\nSee the examples in the `examples` folder:\n\nhttps://github.com/grokify/go-metabase/tree/master/examples\n\n## Documentation\n\nAuto-generated documentation is available here:\n\n* https://github.com/grokify/go-metabase/blob/master/metabase/README.md\n\n## Coverage\n\n- [ ] Database\n  - [ ] DELETE /api/database/:id\n  - [x] GET /api/database/\n  - [ ] GET /api/database/:id\n  - [ ] GET /api/database/:id/autocomplete_suggestions\n  - [ ] GET /api/database/:id/fields\n  - [ ] GET /api/database/:id/idfields\n  - [ ] GET /api/database/:id/metadata\n  - [ ] POST /api/database/\n  - [ ] POST /api/database/:id/sync\n  - [ ] POST /api/database/sample_dataset\n  - [ ] PUT /api/database/:id\n\n- [ ] Dataset\n  - [x] POST /api/dataset/\n  - [ ] POST /api/dataset/csv\n  - [ ] POST /api/dataset/duration\n  - [ ] POST /api/dataset/json\n\n## References\n\n* Using the REST API\n  * https://github.com/metabase/metabase/wiki/Using-the-REST-API\n* Metabase API Documentation:\n  * https://github.com/metabase/metabase/blob/master/docs/api-documentation.md\n* Metabase OpenAPI 3.0 Spec:\n  * https://github.com/grokify/go-metabase/blob/master/codegen/swagger_spec.yaml\n* Query Language '98\n  * https://github.com/metabase/metabase/wiki/Query-Language-%2798\n\n### Example Queries\n\n* https://github.com/metabase/metabase/issues/2683\n* https://github.com/metabase/metabase/issues/5635\n\n* Current User: `curl -XGET 'http://server/api/user/current' -H 'X-Metabase-Session: 38f4939c-ad7f-4cbe-ae54-30946daf8593'`\n* Table: `curl -XGET 'https://base_url/api/table/1' -H 'X-Metabase-Session: 11112222-3333-4444-5555-666677778888'`\n\nDescribe columns and column types:\n\n`describe mydatabase.mytable;`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Fgo-metabase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrokify%2Fgo-metabase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Fgo-metabase/lists"}