abacusai.abacus_api

Classes

AbacusApi

An Abacus API.

Module Contents

class abacusai.abacus_api.AbacusApi(client, method=None, docstring=None, score=None)

Bases: abacusai.return_class.AbstractApiClass

An Abacus API.

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • method (str) – The name of of the API method.

  • docstring (str) – The docstring of the API method.

  • score (str) – The relevance score of the API method.

method
docstring
score
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict