ExStreamClient.Operations.App (ExStreamClient v0.1.3)

View Source

Modules for interacting with the app group of Stream APIs

API Reference: https://getstream.github.io/protocol/?urls.primaryName=Chat%20v2

Summary

Functions

This Method returns the application settings

This Method updates one or more application settings

Functions

get_app(opts \\ [])

@spec get_app([{:client, module()}]) ::
  {:ok, ExStreamClient.Model.GetApplicationResponse.t()} | {:error, any()}

This Method returns the application settings

Optional Arguments:

update_app(payload, opts \\ [])

@spec update_app(ExStreamClient.Model.UpdateAppRequest.t(), [{:client, module()}]) ::
  {:ok, ExStreamClient.Model.Response.t()} | {:error, any()}

This Method updates one or more application settings

Required Arguments:

Optional Arguments: