pyswagger
pyswagger copied to clipboard
Add option for setting a custom requests.Session
This would allow a Session instantiated from outside the client (that already had been configured with some cookies, headers, auth data, etc.) to be passed into the requests client either with a session kwarg at __init__ time, or at some point after the client is in use by calling client.set_session(my_session)