Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Swagger Editor integration to Git or GitHub

I'm currently using the Swagger Editor locally in my network. Is there any possibility that the editor can import a file directly from a git server?

I'm defining an API and I would like to have that in git, not only to have it secure but to collaborate with other programmers.

Thanks for any advice.

like image 602
Mario Avatar asked Dec 16 '15 20:12

Mario


1 Answers

Two options that we use in our office:

(1) Microsoft Code has great Swagger editor plugins. I personally use the Swagger Viewer v3.0.1 plugin.

(2) The Stoplight.io tool-set includes a local swagger editor for Mac/PC and supports complete Git integration.

like image 110
benhorgen Avatar answered Oct 24 '22 21:10

benhorgen