{"id":27323325,"url":"https://github.com/spinframework/spin-go-sdk","last_synced_at":"2025-12-15T06:00:37.733Z","repository":{"id":223583421,"uuid":"592921352","full_name":"spinframework/spin-go-sdk","owner":"spinframework","description":"Spin Go SDK","archived":false,"fork":false,"pushed_at":"2025-08-28T00:29:19.000Z","size":470,"stargazers_count":11,"open_issues_count":11,"forks_count":8,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-09-14T10:37:28.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spinframework.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,"zenodo":null}},"created_at":"2023-01-24T20:24:51.000Z","updated_at":"2025-08-09T16:02:22.000Z","dependencies_parsed_at":"2024-06-21T13:11:49.794Z","dependency_job_id":"eb0cedc2-d144-41d8-af2a-3e4391781095","html_url":"https://github.com/spinframework/spin-go-sdk","commit_stats":null,"previous_names":["fermyon/spin-go-sdk","spinframework/spin-go-sdk"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/spinframework/spin-go-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinframework%2Fspin-go-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinframework%2Fspin-go-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinframework%2Fspin-go-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinframework%2Fspin-go-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spinframework","download_url":"https://codeload.github.com/spinframework/spin-go-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinframework%2Fspin-go-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27744910,"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-12-15T02:00:09.782Z","response_time":96,"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":[],"created_at":"2025-04-12T10:36:34.146Z","updated_at":"2025-12-15T06:00:37.728Z","avatar_url":"https://github.com/spinframework.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The (Tiny)Go SDK for Spin\n\nThis package contains an SDK that facilitates building Spin components in\n(Tiny)Go. It allows building HTTP components that target the Spin\nexecutor.\n\n```go\nimport (\n\t\"fmt\"\n\tspinhttp \"github.com/spinframework/spin-go-sdk/v2/http\"\n)\n\nfunc init() {\n    // call the Handle function\n    spinhttp.Handle(func(w http.ResponseWriter, r *http.Request) {\n        fmt.Fprintln(w, \"Hello, Fermyon!\")\n    })\n}\n\nfunc main() {}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspinframework%2Fspin-go-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspinframework%2Fspin-go-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspinframework%2Fspin-go-sdk/lists"}