Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
310 views
in Technique[技术] by (71.8m points)

Swagger Editor: Save Changes Back to Source File?

From the Swagger Editor, can changes or edits be saved back to the original, imported file? Currently, I am saving the code as a yaml file, doing a compare within Intellij, accepting each change, then saving that file. Onerous at best. I'm just changing text in description tags and don't need to make calls, mess with APIs, or servers.

question from:https://stackoverflow.com/questions/65928410/swagger-editor-save-changes-back-to-source-file

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

The open-source Swagger Editor has the File > Save as YAML command. For best results, configure your browser to ask for the download location and file name instead of automatically saving to the "Downloads" folder.

  • Chrome: Open chrome://settings/downloads and select Ask where to save each file before downloading.
  • Firefox: Options > General > scroll down to Downloads and select Always ask you where to save files.

SwaggerHub (commercial product, has a free plan) combines the editor with cloud storage. It can also sync OpenAPI files with an external Git repository.

There are also OpenAPI editor plugins for IntelliJ IDEA.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...