Client

To communicate with Survey Solutions server, you first need to instantiate a client.

class Client(url, api_user=None, api_password=None, token=None, workspace='primary')

Initializes the API client

Parameters
  • url (str) – URL of the headquarters app

  • api_user (Optional[str]) – API user name

  • api_password (Optional[str]) – API user password

  • token (Optional[str]) – Authorization token

  • workspace (str) – Name of the workspace. If None, “primary” will be assumed