View Source SignalWire.CallerId (signal_wire v0.1.0)

Represents a Caller Id resource in the Signal Wire API.

Summary

Functions

@spec create(map()) :: SignalWire.success() | SignalWire.error()
@spec find(binary()) :: SignalWire.success() | SignalWire.error()
@spec redial(binary()) :: SignalWire.success() | SignalWire.error()
Link to this function

update(id, params \\ %{})

View Source
@spec update(binary(), map()) :: SignalWire.success() | SignalWire.error()
Link to this function

update(client, id, params)

View Source
Link to this function

validate(id, params \\ %{})

View Source
@spec validate(binary(), map()) :: SignalWire.success() | SignalWire.error()
Link to this function

validate(client, id, params)

View Source
@spec validate(Tesla.Client.t(), binary(), map()) ::
  SignalWire.success() | SignalWire.error()