Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 928 Bytes

api.rst

File metadata and controls

44 lines (28 loc) · 928 Bytes

API Documentation

Client

The main class for interacting with the services is :class:`Client <dratio.Client>`. From it you can request information from Datasets and generate the rest of the objects of the package.

Base classes

All the elements of the database are represented as a class, to allow access to the information in a transparent way.

Exceptions

All exceptions raised by interacting with the services are subclasses of :class:`DratioException <dratio.exceptions.DratioException>`.

.. currentmodule:: dratio.exceptions