python-intercom icon indicating copy to clipboard operation
python-intercom copied to clipboard

Allow http_session to be provided to the client.

Open BradleyKirton opened this issue 1 year ago • 0 comments

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.

BradleyKirton avatar Feb 01 '24 07:02 BradleyKirton