How should you specify host and port in the python client library auto-generated by swagger-codegen
?
The only documentation that I found is here.
The target host gets hard-coded in the client code, e.g.:
# configuration.py
...
def __init__(self):
"""Constructor"""
# Default Base url
self.host = "http://petstore.swagger.io:80/v2"