Skip to main content

ConnectorRest

ConnectorRest Objects

class ConnectorRest(Connector)

Class to use ApertureDB's REST interface

Arguments:

  • str host - Address of the host to connect to.
  • int port - Port to connect to.
  • str user - Username to specify while establishing a connection.
  • str password - Password to specify while connecting to the db.
  • str token - Token to use while connecting to the database.
  • bool use_ssl - Use SSL to encrypt communication with the database.