API Reference

See also

This document only outlines the parts of the API designed for you to use. To view the base classes, see the documentation for the abstract base classes.

Version Info

analytix.__version__

The currently installed analytix version, represented in PEP 440 format.

Exceptions

class errors.AnalytixError

The base exception class for analytix.

class errors.NoAuthorisedService

Exception thrown when an operatoion that requires authorisation is attempted while no service is no authorised.

class errors.ServiceAlreadyExists

Exception thrown when an attempt to create a service is made while one already exists.

class errors.IncompleteRequest

Exception throws when not enough information has been passed to a request.

class errors.InvalidRequest

Exception throws when invalid information has been passed to a request.

YouTube