{"id":17116447,"url":"https://github.com/dakimura/codecov-api-go-client","last_synced_at":"2025-03-24T00:52:25.653Z","repository":{"id":137757548,"uuid":"212525015","full_name":"dakimura/codecov-api-go-client","owner":"dakimura","description":"CodeCov API client in Go. https://docs.codecov.io/reference","archived":false,"fork":false,"pushed_at":"2019-10-03T12:36:23.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T07:26:55.785Z","etag":null,"topics":["codecov","codecoverage","go","golang"],"latest_commit_sha":null,"homepage":null,"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/dakimura.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":"2019-10-03T07:55:34.000Z","updated_at":"2019-10-03T12:59:36.000Z","dependencies_parsed_at":"2024-06-20T04:43:55.922Z","dependency_job_id":"6bcae6da-5e62-4a89-af8b-2e11bfbfe702","html_url":"https://github.com/dakimura/codecov-api-go-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakimura%2Fcodecov-api-go-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakimura%2Fcodecov-api-go-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakimura%2Fcodecov-api-go-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakimura%2Fcodecov-api-go-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dakimura","download_url":"https://codeload.github.com/dakimura/codecov-api-go-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245191621,"owners_count":20575248,"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":["codecov","codecoverage","go","golang"],"created_at":"2024-10-14T17:48:52.703Z","updated_at":"2025-03-24T00:52:25.626Z","avatar_url":"https://github.com/dakimura.png","language":"Go","readme":"# codecov-api-go-client\nCodeCov API client in Go. \n\nSee https://docs.codecov.io/reference\n\n\n# Usage\n```go\nimport (\n\t\"fmt\"\n\t\"github.com/dakimura/codecov-api-go-client/codecovapi\"\n)\n\nfunc main() {\n\ttoken := \"YOUR_API_TOKEN_GOES_HERE\"\n\tcli := codecovapi.NewClient(token, nil)\n\n\tresp, err := cli.Get(codecovapi.GitHub, \"owner name of the repository\", \"repository name\")\n\t// resp, err := cli.Get(codecovapi.GitHub, \"dakimura\", \"readthrough\") // e.g\n\t// resp, err := cli.GetBranch(codecovapi.GitHub, \"dakimura\", \"readthrough\", \"master\")\n\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(resp)\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdakimura%2Fcodecov-api-go-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdakimura%2Fcodecov-api-go-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdakimura%2Fcodecov-api-go-client/lists"}