Skip to content

BackendStack21/swagger-api-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swagger-api-browser

Browse you Swagger APIs documentation in a single catalog.

Modifying the list of Swagger URLs

File swagger-ui/index.html

...
// List of Swagger definitions URLs
const catalog = [{
  url: 'https://petstore.swagger.io/v2/swagger.json',
  name: 'Pets Store'
}]
...

Starting the static HTTP server

npm start

Swagger Documentation catalog is available at http://0.0.0.0:3000

Example Preview

About

Browse you Swagger APIs documentation in a single catalog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published