{"id":37168014,"url":"https://github.com/ynishi/redash","last_synced_at":"2026-01-14T19:52:09.036Z","repository":{"id":57514265,"uuid":"95307985","full_name":"ynishi/redash","owner":"ynishi","description":"Redash rest api client for Go","archived":false,"fork":false,"pushed_at":"2018-06-09T08:55:36.000Z","size":23,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T01:57:45.235Z","etag":null,"topics":["client","go","library","redash"],"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/ynishi.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}},"created_at":"2017-06-24T16:04:34.000Z","updated_at":"2024-06-20T01:57:45.235Z","dependencies_parsed_at":"2022-08-31T22:01:40.282Z","dependency_job_id":null,"html_url":"https://github.com/ynishi/redash","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ynishi/redash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynishi%2Fredash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynishi%2Fredash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynishi%2Fredash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynishi%2Fredash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ynishi","download_url":"https://codeload.github.com/ynishi/redash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynishi%2Fredash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28433352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["client","go","library","redash"],"created_at":"2026-01-14T19:52:08.338Z","updated_at":"2026-01-14T19:52:09.024Z","avatar_url":"https://github.com/ynishi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redash(for Go)\n\nRedash(for Go) is a unofficial simple api client lib.\n\nSee Godoc at http://godoc.org/github.com/ynishi/redash\n\nRedash is OSS BI tool. See more at https://redash.io/\n\n## Current status\n\n* Version 1.0(v1)\n\n## Example\n\n### set env\n\n```shell\n$ export REDASH_APIKEY=\"abc...\"\n$ export REDASH_URL=\"http://localhost\"\n```\n\n### code\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"io/ioutil\"\n\t\"log\"\n\n\t\"github.com/ynishi/redash/v1\"\n)\n\nfunc main() {\n\tresponse, err := redash.Get(\"/api/queries\", nil)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tbuf, err := ioutil.ReadAll(response.Body)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tfmt.Printf(\"%v\", string(buf))\n}\n```\n\n## Install\n\n```shell\n$ go get \"github.com/ynishi/redash\"\n```\n\n## Development\n\nWelcome to participate develop, send pull request, add issue(question, bugs, wants and so on).\n\n### Start develop\n\n* first, clone repository.\n```shell\n$ git clone https://github.com/ynishi/redash.git\n$ cd redash\n$ go test\n```\n* and make pull request.\n\n## Credit and License\n\nCopyright (c) 2017, Yutaka Nishimura.\nLicensed under MIT, see LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynishi%2Fredash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fynishi%2Fredash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynishi%2Fredash/lists"}