APIClient

Low level CeForms API communication, use CeFormsClient instead.

APIClient reference

class py_ce_forms_api.api.APIClient

A low-level client for the CeForms API.

Example:

>>> import ce_forms
>>> client = ce_forms.APIClient(base_url='', token='')
Args:

base_url (str): URL to the CeForms API server. token (str): API token provided by a CeForms backend.

self()