View Source SignalWire.Application (signal_wire v0.1.0)

Represents an Application resource in the Signal Wire API.

Summary

Functions

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

create(client, id, params)

View Source
Link to this function

delete(account_id, app_id)

View Source
Link to this function

delete(client, account_id, app_id)

View Source
Link to this function

find(account_id, app_id)

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

find(client, account_id, app_id)

View Source
Link to this function

update(account_id, app_id, params)

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

update(client, account_id, app_id, params)

View Source