ExCwmanage v0.1.6 ExCwmanage.Api behaviour View Source

Raw API commands

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function delete(path, opts \\ []) View Source
Link to this function get_raw(path, opts \\ []) View Source

Link to this section Callbacks

Link to this callback delete(path, opts) View Source
delete(path :: path(), opts :: list()) :: map()
Link to this callback get(path, opts) View Source
get(path :: path(), opts :: list()) :: map()
Link to this callback get_raw(path, opts) View Source
get_raw(path :: path(), opts :: list()) :: binary()
Link to this callback patch(path, payload) View Source
patch(path :: path(), payload :: String.t()) :: map()
Link to this callback post(path, payload) View Source
post(path :: path(), payload :: String.t()) :: map()
Link to this callback put(path, payload) View Source
put(path :: path(), payload :: String.t()) :: map()