Twilio.Marketplace.V1.AvailableAddOnService (twilio_elixir v0.1.1)

Copy Markdown View Source

Service for AvailableAddOn API operations.

Operations: list, fetch

Summary

Functions

Fetch an instance of an Add-on currently available to be installed.

Retrieve a list of Add-ons currently available to be installed.

Stream: Retrieve a list of Add-ons currently available to be installed. (lazy auto-pagination).

Functions

fetch(client, sid, opts \\ [])

@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Marketplace.V1.AvailableAddOn.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

Fetch an instance of an Add-on currently available to be installed.

Operation: FetchAvailableAddOn | Tags: MarketplaceAvailableAddOn

list(client, params \\ %{}, opts \\ [])

@spec list(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

Retrieve a list of Add-ons currently available to be installed.

Operation: ListAvailableAddOn | Tags: MarketplaceAvailableAddOn

stream(client, params \\ %{}, opts \\ [])

@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()

Stream: Retrieve a list of Add-ons currently available to be installed. (lazy auto-pagination).