Responses ========= The :mod:`tempoiq.response` module contains functionality for working with responses from the TempoIQ API. A :class:`Response` object is ultimately returned by every method call to the :class:`tempoiq.client.Client` class. Its "data" attribute will vary according to the type of response expected from the API. .. automodule:: tempoiq.response :members: