{"id":46755760,"url":"https://github.com/koalificationio/go-webhookrelay","last_synced_at":"2026-03-09T21:33:11.218Z","repository":{"id":54547486,"uuid":"215547322","full_name":"koalificationio/go-webhookrelay","owner":"koalificationio","description":"Webhookrelay API Client in Go","archived":false,"fork":false,"pushed_at":"2021-02-11T15:30:19.000Z","size":182,"stargazers_count":3,"open_issues_count":9,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-14T14:38:37.601Z","etag":null,"topics":["webhookrelay"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/koalificationio/go-webhookrelay?tab=overview","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koalificationio.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":"2019-10-16T12:51:18.000Z","updated_at":"2021-05-20T14:08:33.000Z","dependencies_parsed_at":"2022-08-13T19:20:28.696Z","dependency_job_id":null,"html_url":"https://github.com/koalificationio/go-webhookrelay","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/koalificationio/go-webhookrelay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koalificationio%2Fgo-webhookrelay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koalificationio%2Fgo-webhookrelay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koalificationio%2Fgo-webhookrelay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koalificationio%2Fgo-webhookrelay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koalificationio","download_url":"https://codeload.github.com/koalificationio/go-webhookrelay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koalificationio%2Fgo-webhookrelay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30312180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"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":["webhookrelay"],"created_at":"2026-03-09T21:33:10.754Z","updated_at":"2026-03-09T21:33:11.203Z","avatar_url":"https://github.com/koalificationio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-webhookrelay\n\n[Webhookrelay](https://webhookrelay.com/api-reference/) API client for Go\n\n## Example usage\n\n``` go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"os\"\n\n\t\"github.com/koalificationio/go-webhookrelay/pkg/client\"\n\tapi \"github.com/koalificationio/go-webhookrelay/pkg/openapi/client/buckets\"\n\t\"github.com/koalificationio/go-webhookrelay/pkg/openapi/models\"\n)\n\nfunc main() {\n\tcfg := client.Config{\n\t\tAPIKey:    os.Getenv(\"RELAY_KEY\"),\n\t\tAPISecret: os.Getenv(\"RELAY_SECRET\"),\n\t}\n\n\tclient := client.New(\u0026cfg)\n\n\t// get some bukets\n\tbuckets, err := client.Buckets.GetV1Buckets(api.NewGetV1BucketsParams())\n\tif err != nil {\n\t\tfmt.Printf(\"Error geting bucktes: %v\", err)\n\t\tos.Exit(1)\n\t}\n\n\tfmt.Printf(\"First bucket name: %v\", buckets.GetPayload()[0].Name)\n\n\t// create bucket and get input url\n\tparams := api.NewPostV1BucketsParams().WithBody(\u0026models.BucketRequest{Name: \"test_bucket\"})\n\tresp, err := client.Buckets.PostV1Buckets(params)\n\tif err != nil {\n\t\tfmt.Printf(\"Error creating bucktes: %v\", err)\n\t\tos.Exit(1)\n\t}\n\tfmt.Printf(\"New bucket input url: https://my.webhookrelay.com/v1/webhooks/%s\", resp.GetPayload().Inputs[0].ID)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoalificationio%2Fgo-webhookrelay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoalificationio%2Fgo-webhookrelay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoalificationio%2Fgo-webhookrelay/lists"}