abacusai.application_connector

Module Contents

Classes

ApplicationConnector

A connector to an external service

class abacusai.application_connector.ApplicationConnector(client, applicationConnectorId=None, service=None, name=None, createdAt=None, status=None, auth=None)

Bases: abacusai.return_class.AbstractApiClass

A connector to an external service

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

  • applicationConnectorId (str) – The unique ID for the connection.

  • service (str) – The service this connection connects to

  • name (str) – A user-friendly name for the service

  • createdAt (str) – When the API key was created

  • status (str) – The status of the Application Connector

  • auth (dict) – Non-secret connection information for this connector

__repr__(self)

Return repr(self).

to_dict(self)

Get a dict representation of the parameters in this class

Returns

The dict value representation of the class parameters

Return type

dict

rename(self, name)

Renames an Application Connector

Parameters

name (str) – A new name for the application connector

delete(self)

Delete a application connector.

Parameters

application_connector_id (str) – The unique identifier for the application connector.

list_objects(self)

Lists querable objects in the application connector.

Parameters

application_connector_id (str) – The unique identifier for the application connector.

verify(self)

Checks to see if Abacus.AI can access the Application.

Parameters

application_connector_id (str) – The unique identifier for the application connector.