{"id":16554777,"url":"https://github.com/j178/swagger-ui","last_synced_at":"2026-05-10T00:48:38.424Z","repository":{"id":62866236,"uuid":"559471946","full_name":"j178/swagger-ui","owner":"j178","description":"Swagger UI source code in go package, and will get auto updates.","archived":false,"fork":false,"pushed_at":"2024-05-29T00:20:09.000Z","size":203664,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T20:41:20.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/j178.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":"2022-10-30T08:09:19.000Z","updated_at":"2024-05-29T00:20:12.000Z","dependencies_parsed_at":"2023-12-15T02:33:51.945Z","dependency_job_id":"e078c7f3-f011-4ea6-9a79-24dafc8d7a02","html_url":"https://github.com/j178/swagger-ui","commit_stats":null,"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j178%2Fswagger-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j178%2Fswagger-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j178%2Fswagger-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j178%2Fswagger-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j178","download_url":"https://codeload.github.com/j178/swagger-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241915386,"owners_count":20041749,"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-11T19:52:20.682Z","updated_at":"2026-05-10T00:48:33.405Z","avatar_url":"https://github.com/j178.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Swagger UI embedded in Go binary\r\n\r\nThis a golang package that embeds swagger-ui source, making it easy to serve swagger-ui from a golang application.\r\n\r\n## Usage\r\n```shell\r\ngo get github.com/j178/swagger-ui\r\n```\r\n\r\n```go\r\npackage main\r\n\r\nimport (\r\n\t\"net/http\"\r\n\t\"github.com/j178/swagger-ui\"\r\n)\r\n\r\nfunc main() {\r\n\thttp.Handle(\"/swagger/\", http.StripPrefix(\"/swagger/\", http.FileServer(swagger_ui.FS)))\r\n\thttp.ListenAndServe(\":8000\", nil)\r\n}\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj178%2Fswagger-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj178%2Fswagger-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj178%2Fswagger-ui/lists"}