Cain v0.3.14 Cain.Endpoint View Source

Specification for Camunda-REST information.

See: https://docs.camunda.org/manual/latest/reference/rest/ for further information.

Link to this section Summary

Link to this section Types

Specs

request() ::
  {:get | :put | :post | :delete, path :: String.t(), query :: map(),
   Cain.Endpoint.Body.t()}

Specs

response() ::
  {:ok, Cain.Endpoint.Body.t() | binary()} | {:error, Cain.Endpoint.Error.t()}

Specs

Specs

strategy_id() :: {:id, binary()}

Specs

strategy_key() :: {:key, binary()}
Link to this type

strategy_key_and_tenant()

View Source

Specs

strategy_key_and_tenant() :: {:key, binary(), :tenant_id, binary()}