APIClient
APIClient.self()
Low level CeForms API communication, use CeFormsClient instead.
A low-level client for the CeForms API.
Example:
>>> import ce_forms >>> client = ce_forms.APIClient(base_url='', token='')
base_url (str): URL to the CeForms API server. token (str): API token provided by a CeForms backend.