aito.client.aito_client

A versatile client that makes requests to an Aito Database Instance

aiohttp is imported inside the functions that use it rather than at module scope. It is needed only for the asynchronous path, and this module is reachable from import aito.client.v2 – a synchronous client that does not use it.

Classes

AitoClient(instance_url, api_key[, ...])

A versatile client that connects to the Aito Database Instance

Exceptions

Error(message)

An error occurred when using the client

RequestError(request_obj, error)

An error occurred when sending a request to the Aito instance