{"id":39526455,"url":"https://github.com/gardenbed/go-github","last_synced_at":"2026-01-20T16:35:31.527Z","repository":{"id":37034383,"uuid":"406430901","full_name":"gardenbed/go-github","owner":"gardenbed","description":"The Simple Go Client for GitHub API v3","archived":false,"fork":false,"pushed_at":"2025-10-16T14:05:21.000Z","size":79,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-17T17:13:56.185Z","etag":null,"topics":["api","client","github","go","golang","rest"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gardenbed.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-14T15:50:31.000Z","updated_at":"2025-10-16T14:05:24.000Z","dependencies_parsed_at":"2024-03-02T05:30:21.523Z","dependency_job_id":"5b364c5f-c7fc-4019-af9d-fc5452ed17e2","html_url":"https://github.com/gardenbed/go-github","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/gardenbed/go-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gardenbed%2Fgo-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gardenbed%2Fgo-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gardenbed%2Fgo-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gardenbed%2Fgo-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gardenbed","download_url":"https://codeload.github.com/gardenbed/go-github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gardenbed%2Fgo-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28531995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","client","github","go","golang","rest"],"created_at":"2026-01-18T06:24:41.758Z","updated_at":"2026-01-18T06:24:42.275Z","avatar_url":"https://github.com/gardenbed.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Doc][godoc-image]][godoc-url]\n[![CodeQL][codeql-image]][codeql-url]\n[![Build Status][workflow-image]][workflow-url]\n[![Go Report Card][goreport-image]][goreport-url]\n[![Test Coverage][codecov-image]][codecov-url]\n\n# go-github\n\nA simple Go client for [GitHub API v3](https://docs.github.com/rest).\n\n## Quick Start\n\nYou can find more examples [here](./example).\n\n```go\npackage main\n\nimport (\n  \"context\"\n  \"fmt\"\n\n  \"github.com/gardenbed/go-github\"\n)\n\nfunc main() {\n  client := github.NewClient(\"\")\n  commits, resp, err := client.Repo(\"octocat\", \"Hello-World\").Commits(context.Background(), 50, 1)\n  if err != nil {\n    panic(err)\n  }\n\n  fmt.Printf(\"Pages: %+v\\n\", resp.Pages)\n  fmt.Printf(\"Rate: %+v\\n\\n\", resp.Rate)\n  for _, commit := range commits {\n    fmt.Printf(\"%s\\n\", commit.SHA)\n  }\n}\n```\n\n\n[godoc-url]: https://pkg.go.dev/github.com/gardenbed/go-github\n[godoc-image]: https://pkg.go.dev/badge/github.com/gardenbed/go-github\n[codeql-url]: https://github.com/gardenbed/go-github/actions/workflows/github-code-scanning/codeql\n[codeql-image]: https://github.com/gardenbed/go-github/workflows/CodeQL/badge.svg\n[workflow-url]: https://github.com/gardenbed/go-github/actions\n[workflow-image]: https://github.com/gardenbed/go-github/workflows/Go/badge.svg\n[goreport-url]: https://goreportcard.com/report/github.com/gardenbed/go-github\n[goreport-image]: https://goreportcard.com/badge/github.com/gardenbed/go-github\n[codecov-url]: https://codecov.io/gh/gardenbed/go-github\n[codecov-image]: https://codecov.io/gh/gardenbed/go-github/branch/main/graph/badge.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgardenbed%2Fgo-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgardenbed%2Fgo-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgardenbed%2Fgo-github/lists"}