kane

v0.9.0

  • Pages
  • Modules

    kane v0.9.0 Kane.Client

    Link to this section Summary

    Functions

    delete(path, options \\ [])
    get(path, options \\ [])
    post(path, data, options \\ [])
    put(path, data \\ "", options \\ [])

    Link to this section Functions

    Link to this function

    delete(path, options \\ [])
    delete(binary(), keyword()) :: Response.Success.t() | Response.Error.t()

    Link to this function

    get(path, options \\ [])
    get(binary(), keyword()) :: Response.Success.t() | Response.Error.t()

    Link to this function

    post(path, data, options \\ [])
    post(binary(), any(), keyword()) :: Response.Success.t() | Response.Error.t()

    Link to this function

    put(path, data \\ "", options \\ [])
    put(binary(), any(), keyword()) :: Response.Success.t() | Response.Error.t()

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