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
@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
@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
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
Stream: Retrieve a list of Add-ons currently available to be installed. (lazy auto-pagination).