{"id":19339739,"url":"https://github.com/rubenv/webhooksite","last_synced_at":"2025-10-08T08:17:17.952Z","repository":{"id":66156201,"uuid":"248195035","full_name":"rubenv/webhooksite","owner":"rubenv","description":"Go library for webhook.site","archived":false,"fork":false,"pushed_at":"2020-03-18T10:55:03.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-03T19:07:12.947Z","etag":null,"topics":["go","golang","webh","webhook","webhook-site","webhooks"],"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/rubenv.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":"2020-03-18T10:01:24.000Z","updated_at":"2020-03-18T10:55:05.000Z","dependencies_parsed_at":"2023-02-21T08:31:06.959Z","dependency_job_id":null,"html_url":"https://github.com/rubenv/webhooksite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rubenv/webhooksite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fwebhooksite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fwebhooksite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fwebhooksite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fwebhooksite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubenv","download_url":"https://codeload.github.com/rubenv/webhooksite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fwebhooksite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278910097,"owners_count":26066977,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":["go","golang","webh","webhook","webhook-site","webhooks"],"created_at":"2024-11-10T03:23:39.876Z","updated_at":"2025-10-08T08:17:17.927Z","avatar_url":"https://github.com/rubenv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webhooksite\n\n\u003e Go library for [webhook.site](https://webhook.site/)\n\n[![Build Status](https://github.com/rubenv/webhooksite/workflows/Test/badge.svg)](https://github.com/rubenv/webhooksite/actions) [![GoDoc](https://godoc.org/github.com/rubenv/webhooksite?status.png)](https://godoc.org/github.com/rubenv/webhooksite)\n\nSimple library to test webhook calls, ideal for testing callbacks in a CI\nserver that doesn't accept calls from the outside world.\n\nFeatures:\n\n* Create tokens, inspect results\n* Can be configured to use a self-hosted webhook.site instance\n* Zero dependencies!\n\n## Usage\n\n```go\n// Create a client\nc := webhooksite.New()\n\n// Fetch a token\ntoken, err := c.CreateToken()\n\n// Do a webhook call\n// curl {{ token.URL }}\n\n// Fetch the requests\nreqs, err := c.GetRequests(token.UUID)\n```\n\n## License\n\nThis library is distributed under the [MIT](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubenv%2Fwebhooksite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubenv%2Fwebhooksite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubenv%2Fwebhooksite/lists"}