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
The v1 client under its version-neutral name. |
Modules
Different APIs that takes an |
|
A versatile client that makes requests to an Aito Database Instance |
|
Request classes that is sent by an |
|
Response classes returned by the |