python-intercom
python-intercom copied to clipboard
Allow http_session to be provided to the client.
Hi there, it would be useful to be able to provide a session to the client. This way the session could be setup with custom adapters externally.
This PR just adds an optional http_session variable to the client constructor and sets it on the class if provided.