bitrix24-python-rest
bitrix24-python-rest copied to clipboard
core: add logging & make possible to pass aiohttp instance
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.