{"id":23977182,"url":"https://github.com/merrickluo/openapi-preview","last_synced_at":"2026-05-15T12:32:24.364Z","repository":{"id":146637883,"uuid":"537445113","full_name":"merrickluo/openapi-preview","owner":"merrickluo","description":"A emacs helper to preview OpenAPI(Swagger) definition files in browser.","archived":false,"fork":false,"pushed_at":"2022-09-17T04:27:04.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-07T07:31:00.490Z","etag":null,"topics":["emacs","openapi","redoc","swagger"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/merrickluo.png","metadata":{"files":{"readme":"README.org","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-09-16T12:18:57.000Z","updated_at":"2024-04-11T05:58:03.000Z","dependencies_parsed_at":"2023-03-25T11:08:49.443Z","dependency_job_id":null,"html_url":"https://github.com/merrickluo/openapi-preview","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merrickluo%2Fopenapi-preview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merrickluo%2Fopenapi-preview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merrickluo%2Fopenapi-preview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merrickluo%2Fopenapi-preview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/merrickluo","download_url":"https://codeload.github.com/merrickluo/openapi-preview/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240523628,"owners_count":19815129,"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":["emacs","openapi","redoc","swagger"],"created_at":"2025-01-07T07:29:39.148Z","updated_at":"2026-05-15T12:32:19.341Z","avatar_url":"https://github.com/merrickluo.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: OpenAPI Preview\n\nPreview OpenAPI(Swagger) definition files in browser.\n\n* Requirements\nThis package use [[https://github.com/Redocly/redoc][redoc-cli]] to generate html for current buffer for preview. So you need to install it first, find it in your package manager or install via npm/yarn.\n\n#+begin_src shell\nnpm i -g redoc-cli\n#+end_src\n\n* Installation\n** doomemacs\nin =packages.el=\n#+begin_src emacs-lisp\n(package! openapi-preview :recipe (:host github :repo \"merrickluo/openapi-preview\"))\n#+end_src\n\nin =config.el=\n#+begin_src emacs-lisp\n(use-package! openapi-preview :commands 'openapi-preview)\n#+end_src\n\n** straight.el\n#+begin_src emacs-lisp\n(straight-use-package\n '(openapi-preview :type git :host github :repo \"merrickluo/openapi-preview\"))\n#+end_src\n\n* Usage\n+ visit a openapi(swagger) definition file\n+ =M-x openapi-preview=\n\n* Reference\n+ https://github.com/Nooby/swagger-mode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerrickluo%2Fopenapi-preview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerrickluo%2Fopenapi-preview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerrickluo%2Fopenapi-preview/lists"}