ExCwmanage

v0.1.5

  • Pages
  • Modules

    ExCwmanage v0.1.5 ExCwmanage.Api behaviour View Source

    Raw API commands

    Link to this section Summary

    Types

    path()

    Functions

    delete(path, opts \\ [])
    get(path, opts \\ [])
    patch(path, payload)
    post(path, payload)
    put(path, payload)

    Callbacks

    delete(path, opts)
    get(path, opts)
    patch(path, payload)
    post(path, payload)
    put(path, payload)

    Link to this section Types

    Link to this type path() View Source
    path() :: String.t()

    Link to this section Functions

    Link to this function delete(path, opts \\ []) View Source
    Link to this function get(path, opts \\ []) View Source
    Link to this function patch(path, payload) View Source
    Link to this function post(path, payload) View Source
    Link to this function put(path, payload) 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 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()

    Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer.