This version takes control over the `asyncio` event loop. If a loop is required, use the one initiated by this library unless you know what you are doing.
python from libservice import loop ...
0.1.15
* Added `hub.get_check_data()` function.
python from libservice.hub import hub ... result = await hub.get_check_data(asset_id, check_id, raw=True)
0.1.14
- Added the option to get the container Id for and asset Id outside a check (and check if the asset is scheduled).
python from libservice.serviceroom import service_room
container_id = service_room.get_container_id(asset_id) if container_id is None: missing asset ID