Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Example of How to generate Swagger UI based on multiple YAML files

Notifications You must be signed in to change notification settings

deerawan/multi-file-swagger-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi File Swagger UI

Example of how to generate Swagger UI based on multiple YAML files. There are two schema files:

  1. openapi.yml => the main yaml file to define Open API
  2. entities.yml => file to store entities schema referenced by openapi.yml

Tools used:

Development

Install

npm install

Run

npm start

Then open URL http://localhost:3100/api-docs

About

Example of How to generate Swagger UI based on multiple YAML files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published