openapi-designer icon indicating copy to clipboard operation
openapi-designer copied to clipboard

Allow editing a remote Swagger file

Open marla-singer opened this issue 7 years ago • 1 comments

As API manager I want to edit my earlier uploaded swagger file

The initial doc contain info that file is provided as JSON object. But the APInf platform storages files as a link (i.e. http://localhost:30303/gridfs/DocumentFiles/id/123)

TO DO:

  • Implement editing a remote Swagger file

Reference: https://github.com/apinf/platform/issues/2780

marla-singer avatar Jul 25 '17 14:07 marla-singer

There are currently two message listeners. The Space auth listener is at space.js#L51-L56 and the Swagger receiver is at app.js#L106-L114. The remote file handling should probably be added to the Swagger receiver, as the functionality is almost the same.

tulir avatar Oct 30 '17 13:10 tulir