haasomeapi package

Subpackages

Submodules

haasomeapi.HaasomeClient module

class haasomeapi.HaasomeClient.HaasomeClient(connectionstring: str, privatekey: str)

Bases: object

The Core Haasome Client Class. Gives access to the main api modules to interact with the haasonline local api

Parameters:
  • connectionstring – str: Connection String Formatted Ex. http://127.0.0.1:9000
  • privatekey – str: Private Key Set In The Haas Settings
test_credentials()

Verifies that the supplied credentials work and a valid connection to the Haasonline Local Api is made.

:return EnumErrorCode

Module contents