abacusai.abacus_api =================== .. py:module:: abacusai.abacus_api Classes ------- .. autoapisummary:: abacusai.abacus_api.AbacusApi Module Contents --------------- .. py:class:: AbacusApi(client, method=None, docstring=None, score=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 :param score: The relevance score of the API method. :type score: str .. py:attribute:: method :value: None .. py:attribute:: docstring :value: None .. py:attribute:: score :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. 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