Buble.Apps (buble v0.1.0)

Copy Markdown View Source

Preconfigured Buble app workflow methods.

Summary

Functions

list(client)

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

list!(client)

@spec list!(Buble.Client.t()) :: map()

retrieve(client, app_id)

@spec retrieve(Buble.Client.t(), String.t()) ::
  {:ok, map()} | {:error, Buble.Error.t()}

retrieve!(client, app_id)

@spec retrieve!(Buble.Client.t(), String.t()) :: map()