limer_call()

Make a call to the LimeSurvey API.

Usage

Source

limer_call(
    method,
    params=None,
    **request_kwargs,
)

Parameters

method: str

API method to call (e.g. “list_surveys”).

params: dict = None

Parameters to pass to the API method.

**request_kwargs
Additional keyword arguments passed to requests.post().

Returns

Any
Result returned by the API (may be plain text, dict, list, etc.).