I'm using http://editor.swagger.io/ though I think that is of little consequence. I have 2 swagger clients being consumed in my web app and since they both share the same namespace when I try to new up a new client it becomes ambiguous... it would be awesome if there was an attribute that I can set in my server/swagger apps that specified the namespace to create in the client... is there one that I missed? If it's simple enough, any clue how I could go about creating one? My concern is that I'd have to make modifications to the gen tool to make use of my new attribute and I don't want to do that. I know I can specify a namespace in the jar codegen... but we'd like to stay with the online tool if possible... the other option is to create a new project for each client.... but that seems like a band-aid, not to mention overkill. Your help is appreciated.
I'm using http://editor.swagger.io/ though I think that is of little consequence. I have 2 swagger clients being consumed in my web app and since they both share the same namespace when I try to new up a new client it becomes ambiguous... it would be awesome if there was an attribute that I can set in my server/swagger apps that specified the namespace to create in the client... is there one that I missed? If it's simple enough, any clue how I could go about creating one? My concern is that I'd have to make modifications to the gen tool to make use of my new attribute and I don't want to do that. I know I can specify a namespace in the jar codegen... but we'd like to stay with the online tool if possible... the other option is to create a new project for each client.... but that seems like a band-aid, not to mention overkill. Your help is appreciated.