mrin9 / OpenAPI-Viewer

OpenApi viewer Implemented using Vue
https://mrin9.github.io/OpenAPI-Viewer/
104 stars 21 forks source link
api api-client mrindoc openapi openapi-ui swagger swagger-ui
MrinDoc logo

MrinDoc

An OpenAPI 3.0 and 2.0 Spec viewer with built in console

Demo

Checkout RapiDoc - Another project for Viewing OpenAPI spec using web-Componnet

Checkout RapiDoc

Features

Project Build

yarn install
yarn run build 

Screenshots

EndPoint Listings

Request/Response

Laid out in a two colum for easy view & compare

Schema View

All Request/Response schema and Response JSONs are expanded by default, so that you dont have to click and reveal each level for easy browsing and read

Console

Built in console, fields are pre-filled with values if exist in spec, request body is generated and filled based on schema, allowing you to quickly try out the end-point with a single click

Authentication Support

All the authentication methods are supported. Along with instructions on how to use it