0.0.17
- Include login retries when reconnecting to websocket
- Added ability to provide logger
async with OneAppApi("...", "...", logger=logging.Logger("this_is_new_base_logger_name")) as client:
- Added retry for all requests
async with OneAppApi("...", "...", logger=logging.Logger("this_is_new_base_logger_name")) as client: