Version

This module provides access to the version REST api of Camunda

Get

class pycamunda.version.Get(url: str)

Retrieve the version of the Rest api.

Parameters:url – Camunda Rest engine URL.
__call__(*args, **kwargs) → str

Send the request.