Codegen -> modify OpenAPI file -> Regenerate: possible?

2018-02-16 Thread David Ludwig
Might anyone have tips for continuously generating code, from an OpenAPI-formatted file? My goal is to have a development process that runs a bit like so: 1. I generate server code from an OpenAPI file. Language-wise, this would probably be C#, but this is not a hard-need. I could switch to

Re: Differences between UI Editor and Published Version

2018-02-16 Thread Ron Ratovsky
Swagger-ui is an open source tool - https://github.com/swagger-api/swagger-ui. What you’re getting is generated code with an instance of swagger-ui in it. You just need to add/replace the included swagger-ui instance with the new one. From: on behalf of Rafael Sérgio Duarte Reply-To:

Re: Differences between UI Editor and Published Version

2018-02-16 Thread Rafael Sérgio Duarte
Hey Ron, I'm using the swaggerhub, as you can see below. It is not clear how I'm supposed to use the newer version. I've tried the online editor but when I export to nodejs-server an HTTPS error is ocurring, I can see this by pressing F12.

Re: Differences between UI Editor and Published Version

2018-02-16 Thread Rafael Sérgio Duarte
Hey Ron, I'm using the swaggerhub, as you can see below. It is not clear how I'm supposed to use the newer version. I've tried the online editor but when I export to nodejs-server an HTTPS error is ocurring, I can see this by pressing F12. If that not what you're trying to mean, could you deta

Re: Differences between UI Editor and Published Version

2018-02-16 Thread Ron Ratovsky
Hi Rafael, It looks like the template you’re using from the code-gen relies on an older version of swagger-ui. You can always include a newer version yourself and point users to it instead. From: on behalf of Rafael Sérgio Duarte Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Differences between UI Editor and Published Version

2018-02-16 Thread Rafael Sérgio Duarte
Hello Ron, thanks for your answer. What I meant was the exported version to nodejs-server, which I host in the following link: smartshareapi.infra.sportal.com.br/docs/#/ Accessing the link you can check under the tag "BPM" and the path GET