ExCwmanage.Api (ExCwmanage v0.3.9) View Source

API for Excwmanage, this forwards requests to the designated API client (defaults to HTTP)

Link to this section Summary

Link to this section Functions

Link to this function

delete(path, params \\ [], http_opts \\ [])

View Source

Callback implementation for ExCwmanage.Api.Behaviour.delete/3.

Link to this function

get(path, params \\ [], http_opts \\ [])

View Source

Callback implementation for ExCwmanage.Api.Behaviour.get/3.

Link to this function

get_page(path, params \\ [], http_opts \\ [])

View Source

Callback implementation for ExCwmanage.Api.Behaviour.get_page/3.

Link to this function

get_raw(path, params \\ [], http_opts \\ [])

View Source

Callback implementation for ExCwmanage.Api.Behaviour.get_raw/3.

Link to this function

get_stream(path, params \\ [], http_opts \\ [])

View Source

Callback implementation for ExCwmanage.Api.Behaviour.get_stream/3.

Link to this function

patch(path, payload \\ %{}, http_opts \\ [])

View Source

Callback implementation for ExCwmanage.Api.Behaviour.patch/3.

Link to this function

post(path, payload \\ %{}, http_opts \\ [])

View Source

Callback implementation for ExCwmanage.Api.Behaviour.post/3.

Link to this function

put(path, payload \\ %{}, http_opts \\ [])

View Source

Callback implementation for ExCwmanage.Api.Behaviour.put/3.