Open
Description
Description
Swagger API client for python should allow for the base URL to be passed via arguments at runtime
Swagger-codegen version
2.3.1
Swagger declaration file content or url
Any, can use petstore.
Command line used for generation
swagger-codegen generate -i swagger.yaml -l python -o client-lib
Steps to reproduce
Cannot pass URL to client library
Related issues/PRs
Suggest a fix/enhancement
Instead of hard-coding the base URL like here, instead pass it as a parameter to init in Configuration (or anywhere else that makes sense).