{"id":15452215,"url":"https://github.com/cryptix/gosseclient","last_synced_at":"2025-07-10T05:34:23.614Z","repository":{"id":11672658,"uuid":"14182167","full_name":"cryptix/goSSEClient","owner":"cryptix","description":"Helper for Server-Sent Events","archived":false,"fork":false,"pushed_at":"2014-08-05T12:06:18.000Z","size":136,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T09:43:38.382Z","etag":null,"topics":[],"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/cryptix.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":"2013-11-06T18:53:40.000Z","updated_at":"2022-12-27T08:14:11.000Z","dependencies_parsed_at":"2022-08-29T00:40:21.502Z","dependency_job_id":null,"html_url":"https://github.com/cryptix/goSSEClient","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cryptix/goSSEClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptix%2FgoSSEClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptix%2FgoSSEClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptix%2FgoSSEClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptix%2FgoSSEClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptix","download_url":"https://codeload.github.com/cryptix/goSSEClient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptix%2FgoSSEClient/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264535996,"owners_count":23624405,"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":[],"created_at":"2024-10-01T21:41:36.052Z","updated_at":"2025-07-10T05:34:23.575Z","avatar_url":"https://github.com/cryptix.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"goSSEClient\n===========\n\nHelper for Server-Sent Events\n\nReturns a channel of SSEvents.\n```go\ntype SSEvent struct {\n\tId   string\n\tData []byte\n}\n```\n\n## Example\n```go\nsseEvent, err := goSSEClient.OpenSSEUrl(url)\nif err != nil {\n\tpanic(err)\n}\n\nfor ev := range sseEvent {\n\t// do what you want with the event\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptix%2Fgosseclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptix%2Fgosseclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptix%2Fgosseclient/lists"}