:py:mod:`abacusai.abacus_api`
=============================

.. py:module:: abacusai.abacus_api


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   abacusai.abacus_api.AbacusApi




.. py:class:: AbacusApi(client, method=None, docstring=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`

   An Abacus API.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param method: The name of of the API method.
   :type method: str
   :param docstring: The docstring of the API method.
   :type docstring: str

   .. py:method:: __repr__()

      Return repr(self).


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



