{"id":31646424,"url":"https://github.com/sillyash/swagger-ui-clickable-links-plugin","last_synced_at":"2025-10-07T05:49:57.054Z","repository":{"id":314407294,"uuid":"1055397748","full_name":"sillyash/swagger-ui-clickable-links-plugin","owner":"sillyash","description":"A Swagger UI plugin that automatically makes URLs in descriptions and examples clickable.","archived":false,"fork":false,"pushed_at":"2025-09-19T09:57:17.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-19T11:44:09.571Z","etag":null,"topics":["openapi","openapi3","plugin","rest-api","swagger-ui"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/swagger-ui-clickable-links","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sillyash.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-12T07:56:10.000Z","updated_at":"2025-09-19T09:56:37.000Z","dependencies_parsed_at":"2025-09-12T09:36:29.816Z","dependency_job_id":"36836734-2eea-449b-b409-80936d229746","html_url":"https://github.com/sillyash/swagger-ui-clickable-links-plugin","commit_stats":null,"previous_names":["sillyash/swagger-ui-clickable-links-plugin"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sillyash/swagger-ui-clickable-links-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillyash%2Fswagger-ui-clickable-links-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillyash%2Fswagger-ui-clickable-links-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillyash%2Fswagger-ui-clickable-links-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillyash%2Fswagger-ui-clickable-links-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sillyash","download_url":"https://codeload.github.com/sillyash/swagger-ui-clickable-links-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillyash%2Fswagger-ui-clickable-links-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278727871,"owners_count":26035410,"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-07T02:00:06.786Z","response_time":59,"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":["openapi","openapi3","plugin","rest-api","swagger-ui"],"created_at":"2025-10-07T05:49:55.052Z","updated_at":"2025-10-07T05:49:57.046Z","avatar_url":"https://github.com/sillyash.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# swagger-ui-clickable-links\n\nA Swagger UI plugin that automatically makes URLs in descriptions and examples clickable.\n\n## Features\n\n- Detects URLs in API responses and examples.\n- Makes URLs clickable with proper `target=\"_blank\"` and security attributes.\n- Works with both JSON and plain text responses.\n- Seamlessly integrates with existing Swagger UI installations.\n\n## Usage\n\n### With CDN\n\n```html\n\u003cscript src=\"https://unpkg.com/swagger-ui-dist@5.10.0/swagger-ui-bundle.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://unpkg.com/swagger-ui-clickable-links/\"\u003e\u003c/script\u003e\n\n\u003cscript\u003e\n  SwaggerUIBundle({\n    dom_id: '#swagger-ui',\n    url: 'https://petstore.swagger.io/v2/swagger.json',\n    plugins: [ SwaggerUIClickableLinks ],\n  });\n\u003c/script\u003e\n```\n\n### With npm\n\n```bash\nnpm install swagger-ui-clickable-links\n```\n\n```javascript\nimport SwaggerUI from 'swagger-ui';\nimport SwaggerUIClickableLinks from 'swagger-ui-clickable-links';\n\nSwaggerUI({\n  dom_id: '#swagger-ui',\n  url: 'https://petstore.swagger.io/v2/swagger.json',\n  plugins: [ SwaggerUIClickableLinks ],\n});\n```\n\n## Example\n\nCheck the `example/` directory for a complete working example.\n\n---\n\n## License\n\nGPL-3.0 - see [LICENSE](LICENSE) for details.\n\n## Contributing\n\nFeel free to open issues or submit pull requests for improvements or bug fixes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsillyash%2Fswagger-ui-clickable-links-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsillyash%2Fswagger-ui-clickable-links-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsillyash%2Fswagger-ui-clickable-links-plugin/lists"}