aito.v1

The Aito v1 API: client, request and response classes, and the aito.v1.api helpers

This package’s meaning never changes: aito.v1 is v1 for as long as it exists. aito.Client is the one name that follows the current default version — see docs/versioned-namespaces.md.

>>> from aito.v1 import Client
>>> client = Client(instance_url, api_key)

Module Attributes

Client

The v1 client under its version-neutral name.

Modules

api

Different APIs that takes an Aito Client object as the first argument

client

A versatile client that makes requests to an Aito Database Instance

requests

Request classes that is sent by an AitoClient to an Aito instance

responses

Response classes returned by the AitoClient