identixone.api package

Submodules

identixone.api.client module

class identixone.api.client.Client(token=None, version=None, http_client=None, environment=None)[source]

Bases: object

High-level client to interact with the Identix.one API.

property auth
dynamic_import(module_path, attribute)[source]

Imports any attribute from the module specified as string dotted path. Takes into account current supplied version to the Client instance.

Parameters
  • module_path – dotted path of the module from which to import from

  • attribute – function, class or any other attr to be imported

Returns

imported attribute

property entries
env_var(name)[source]

Wrapper around env_var utility function with supplied current environ.

Parameters

name – name of the environment variable

Returns

value of the environment variable or None if it doesn’t exist

property notifications
property persons
property persons_lists
property sources
property users
property utility

Module contents