{"id":15962459,"url":"https://github.com/crazy-max/gohealthchecks","last_synced_at":"2026-05-22T14:37:21.557Z","repository":{"id":39712497,"uuid":"303141082","full_name":"crazy-max/gohealthchecks","owner":"crazy-max","description":"Go client library for accessing the Healthchecks API","archived":false,"fork":false,"pushed_at":"2024-02-25T21:32:33.000Z","size":71,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-30T03:22:16.543Z","etag":null,"topics":["api-client","golang","golang-library","healthchecks"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/crazy-max/gohealthchecks","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/crazy-max.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"crazy-max","custom":"https://www.paypal.me/crazyws"}},"created_at":"2020-10-11T14:37:44.000Z","updated_at":"2024-01-15T07:02:40.000Z","dependencies_parsed_at":"2024-02-25T22:30:04.291Z","dependency_job_id":null,"html_url":"https://github.com/crazy-max/gohealthchecks","commit_stats":{"total_commits":60,"total_committers":4,"mean_commits":15.0,"dds":0.25,"last_synced_commit":"42484d5b01f2c2989257a142fcafdb4e2cf1ef35"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Fgohealthchecks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Fgohealthchecks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Fgohealthchecks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazy-max%2Fgohealthchecks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazy-max","download_url":"https://codeload.github.com/crazy-max/gohealthchecks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247176160,"owners_count":20896425,"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":["api-client","golang","golang-library","healthchecks"],"created_at":"2024-10-07T16:03:52.782Z","updated_at":"2025-12-30T04:59:48.511Z","avatar_url":"https://github.com/crazy-max.png","language":"Go","funding_links":["https://github.com/sponsors/crazy-max","https://www.paypal.me/crazyws"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pkg.go.dev/github.com/crazy-max/gohealthchecks\"\u003e\u003cimg src=\"https://img.shields.io/badge/go.dev-docs-007d9c?logo=go\u0026logoColor=white\u0026style=flat-square\" alt=\"PkgGoDev\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/crazy-max/gohealthchecks/actions?workflow=test\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/crazy-max/gohealthchecks/test.yml?label=test\u0026logo=github\u0026style=flat-square\" alt=\"Test workflow\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://goreportcard.com/report/github.com/crazy-max/gohealthchecks\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/crazy-max/gohealthchecks?style=flat-square\" alt=\"Go Report\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/crazy-max/gohealthchecks\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/crazy-max/gohealthchecks?logo=codecov\u0026style=flat-square\" alt=\"Codecov\"\u003e\u003c/a\u003e\n  \u003cbr /\u003e\u003ca href=\"https://github.com/sponsors/crazy-max\"\u003e\u003cimg src=\"https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github\u0026style=flat-square\" alt=\"Become a sponsor\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.paypal.me/crazyws\"\u003e\u003cimg src=\"https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal\u0026style=flat-square\" alt=\"Donate Paypal\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About\n\nGo client library for accessing the [Healthchecks API](https://healthchecks.io/docs/http_api/).\n\n## Installation\n\n```\ngo get github.com/crazy-max/gohealthchecks\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"log\"\n\t\"net/url\"\n\n\t\"github.com/crazy-max/gohealthchecks\"\n)\n\nfunc main() {\n\tvar err error\n\t\n\t// Default client uses https://hc-ping.com/\n\t// client := gohealthchecks.NewClient(nil)\n\n\thcBaseURL, err := url.Parse(\"https://hc.foo.com\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tclient := gohealthchecks.NewClient(\u0026gohealthchecks.ClientOptions{\n\t\tBaseURL: hcBaseURL,\n\t})\n\n\terr = client.Start(context.Background(), gohealthchecks.PingingOptions{\n\t\tUUID: \"5bf66975-d4c7-4bf5-bcc8-b8d8a82ea278\",\n\t\tLogs: \"Job started!\",\n\t})\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\terr = client.Success(context.Background(), gohealthchecks.PingingOptions{\n\t\tUUID: \"5bf66975-d4c7-4bf5-bcc8-b8d8a82ea278\",\n\t\tLogs: \"Job completed!\",\n\t})\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\terr = client.Fail(context.Background(), gohealthchecks.PingingOptions{\n\t\tUUID: \"5bf66975-d4c7-4bf5-bcc8-b8d8a82ea278\",\n\t\tLogs: \"Job failed...\",\n\t})\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n}\n```\n\n## Contributing\n\nWant to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. You\ncan also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) or by making\na [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely!\n\nThanks again for your support, it is much appreciated! :pray:\n\n## License\n\nMIT. See `LICENSE` for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazy-max%2Fgohealthchecks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrazy-max%2Fgohealthchecks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazy-max%2Fgohealthchecks/lists"}