Skip to content

swagger editor server that serves local file to the editor and update the file on every change

Notifications You must be signed in to change notification settings

borisirota/swagger-editor-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Install

npm install swagger-editor-server --save

#swagger-editor-server swagger editor server that serves local file to the editor and update the file on every change

Example

    var editor = require("swagger-editor-server");

##editor.edit(swaggerFile) opens the browser and enables live edit of the swagger api file

Params

  • swaggerFile string - the path to the swagger api file

Example

    editor.edit(swaggerFile);

About

swagger editor server that serves local file to the editor and update the file on every change

Resources

Stars

Watchers

Forks

Packages

No packages published