bitrix24-python-rest icon indicating copy to clipboard operation
bitrix24-python-rest copied to clipboard

core: add logging & make possible to pass aiohttp instance

Open ZhymabekRoman opened this issue 11 months ago • 0 comments

Thanks for the project! This PR adds logging support using the loguru library (I probably should have used the logger from Python itself) and passing an aiohttp class instance. Passing the aiohttp instance can be very helpful to customize network-related tasks, such as routing requests through HTTP or SOCKS proxies, etc.

ZhymabekRoman avatar Jan 01 '25 13:01 ZhymabekRoman