It would be very nice if a `with` keyword will be supported to get the api. Something like: ```python with connection as api: api.get_resource('/command') ... # connection will be disconnected automatically. ```