{"id":20254209,"url":"https://github.com/fumeapp/gin","last_synced_at":"2026-05-07T10:34:16.916Z","repository":{"id":56855516,"uuid":"525935825","full_name":"fumeapp/gin","owner":"fumeapp","description":"Gin adapter for Fume","archived":false,"fork":false,"pushed_at":"2022-08-18T20:24:42.000Z","size":39,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"production","last_synced_at":"2025-08-25T13:32:49.441Z","etag":null,"topics":["aws","gin","go","lambda","serverless"],"latest_commit_sha":null,"homepage":"https://fume.app","language":"Go","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/fumeapp.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":"2022-08-17T19:57:44.000Z","updated_at":"2022-08-18T22:58:01.000Z","dependencies_parsed_at":"2022-09-21T13:11:21.102Z","dependency_job_id":null,"html_url":"https://github.com/fumeapp/gin","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/fumeapp/gin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumeapp%2Fgin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumeapp%2Fgin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumeapp%2Fgin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumeapp%2Fgin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumeapp","download_url":"https://codeload.github.com/fumeapp/gin/tar.gz/refs/heads/production","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumeapp%2Fgin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32733659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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":["aws","gin","go","lambda","serverless"],"created_at":"2024-11-14T10:30:45.787Z","updated_at":"2026-05-07T10:34:16.897Z","avatar_url":"https://github.com/fumeapp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fume adapter for Gin\n\n[![Go Reference][1]][2]\n[![GoCard][3]][4]\n\n[1]: https://pkg.go.dev/badge/github.com/fumeapp/gin.svg\n[2]: https://pkg.go.dev/github.com/fumeapp/gin\n[3]: https://goreportcard.com/badge/github.com/fumeapp/gin\n[4]: https://goreportcard.com/report/github.com/fumeapp/gin\n\nThis is a simple adapter for [Gin](https://github.com/gin-gonic/gin) that allows you to deploy your application using Fume.\n\n```go\npackage main\n\nimport (\n\tfume \"github.com/fumeapp/gin\"\n\t\"github.com/gin-gonic/gin\"\n)\n\n\nfunc main() {\n\troutes := gin.New()\n\troutes.GET(\"/\", func(c *gin.Context) { c.JSON(200, gin.H{\"message\": \"Hello World\"}) })\n\tfume.Start(routes, fume.Options{})\n}\n```\n\n## Options\n\n| Option | Description | Default |\n| ------ | ----------- | ------- |\n| `Port` | Port to listen on | `8080` |\n| `Host` | Host to listen on | `localhost` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffumeapp%2Fgin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffumeapp%2Fgin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffumeapp%2Fgin/lists"}