{"id":48873088,"url":"https://github.com/rahuldhole/simple-openapi-viewer","last_synced_at":"2026-04-15T23:01:00.423Z","repository":{"id":351627485,"uuid":"1211783332","full_name":"rahuldhole/simple-openapi-viewer","owner":"rahuldhole","description":"VS Code extension to quickly view openapi file. no BS","archived":false,"fork":false,"pushed_at":"2026-04-15T21:11:00.000Z","size":2735,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T21:16:30.757Z","etag":null,"topics":["development","tools","vscode"],"latest_commit_sha":null,"homepage":"https://simple-openapi-viewer.rahuldhole.com/","language":"JavaScript","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/rahuldhole.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2026-04-15T18:38:34.000Z","updated_at":"2026-04-15T21:10:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rahuldhole/simple-openapi-viewer","commit_stats":null,"previous_names":["rahuldhole/simple-openapi-viewer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rahuldhole/simple-openapi-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldhole%2Fsimple-openapi-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldhole%2Fsimple-openapi-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldhole%2Fsimple-openapi-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldhole%2Fsimple-openapi-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahuldhole","download_url":"https://codeload.github.com/rahuldhole/simple-openapi-viewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldhole%2Fsimple-openapi-viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31863499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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":["development","tools","vscode"],"created_at":"2026-04-15T23:00:44.085Z","updated_at":"2026-04-15T23:01:00.417Z","avatar_url":"https://github.com/rahuldhole.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple OpenAPI Viewer\n\n[![Visual Studio Marketplace](https://badgen.net/vs-marketplace/v/RahulDhole.simple-openapi-viewer?color=007acc\u0026label=Marketplace\u0026icon=visualstudio)](https://marketplace.visualstudio.com/items?itemName=RahulDhole.simple-openapi-viewer)\n[![Open VSX Registry](https://badgen.net/open-vsx/v/RahulDhole/simple-openapi-viewer?color=33b3b3\u0026label=Open%20VSX\u0026icon=visualstudio)](https://open-vsx.org/extension/RahulDhole/simple-openapi-viewer)\n[![License: MIT](https://badgen.net/badge/license/MIT/yellow)](LICENSE)\n\n![Simple OpenAPI Viewer Hero](https://github.com/rahuldhole/simple-openapi-viewer/raw/HEAD/resources/hero.png)\n\nA lightweight, powerful, and theme-aware VS Code extension to preview OpenAPI YAML and JSON files using a high-fidelity Swagger UI. It works entirely offline with local assets, ensuring your API definitions never leave your environment.\n\n## ✨ Features\n\n- **High-Fidelity Rendering**: Full Swagger UI integration for a professional experience.\n- **Theme Aware**: Seamlessly adjusts to your VS Code dark and light themes.\n- **Offline Ready**: No CDN dependencies; uses local assets for maximum privacy and speed.\n- **Flexible Access**:\n  - Command Palette (`Cmd+Alt+O` / `Ctrl+Alt+O`)\n  - Editor title button (quick-access icon)\n  - Explorer context menu (right-click any YAML/JSON)\n  - Editor context menu\n- **Auto-Detection**: Smartly recognizes OpenAPI/Swagger files to stay out of your way when not needed.\n\n## 🚀 Getting Started\n\n1. Open any `.yaml`, `.yml`, or `.json` OpenAPI/Swagger file.\n2. Click the **OpenAPI Viewer** icon in the editor title bar (top-right).\n3. Alternatively, use the command palette (`Cmd+Shift+P`) and search for **Simple OpenAPI Viewer: Open Current File**.\n\n## 🛠️ Requirements\n\n- VS Code version 1.74.0 or higher.\n- A valid OpenAPI (2.0, 3.0, 3.1) or Swagger definition file.\n\n## 📦 Installation\n\nYou can install the extension from your preferred marketplace:\n\n- **[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=RahulDhole.simple-openapi-viewer)**\n- **[Open VSX Registry](https://open-vsx.org/extension/RahulDhole/simple-openapi-viewer)**\n\nAlternatively, open VS Code and search for `Simple OpenAPI Viewer`.\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request or open an issue on [GitHub](https://github.com/rahuldhole/simple-openapi-viewer).\n\n---\n\nMade with ❤️ by [Rahul Dhole](https://github.com/rahuldhole)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahuldhole%2Fsimple-openapi-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahuldhole%2Fsimple-openapi-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahuldhole%2Fsimple-openapi-viewer/lists"}