View Source Auth0.Management.EventStreams (Auth0Api v2.3.0)

Summary

Functions

Create an event stream.

Delete an event stream.

Retrieve an event stream by its ID.

Retrieve all event streams.

Update an event stream.

Types

@type config() :: Auth0.Config.t()
@type error() :: {:error, integer(), term()} | {:error, term()}
@type id() :: String.t()

Functions

@spec create(map(), config()) :: {:ok, map()} | error()

Create an event stream.

see

https://auth0.com/docs/api/management/v2/event-streams/post-event-streams

@spec delete(id(), config()) :: {:ok, String.t()} | error()

Delete an event stream.

see

https://auth0.com/docs/api/management/v2/event-streams/delete-event-streams-by-id

@spec get(id(), config()) :: {:ok, map()} | error()

Retrieve an event stream by its ID.

see

https://auth0.com/docs/api/management/v2/event-streams/get-event-streams-by-id

@spec list(map(), config()) :: {:ok, [map()]} | error()

Retrieve all event streams.

see

https://auth0.com/docs/api/management/v2/event-streams/get-event-streams

Link to this function

update(id, params, config)

View Source
@spec update(id(), map(), config()) :: {:ok, map()} | error()

Update an event stream.

see

https://auth0.com/docs/api/management/v2/event-streams/patch-event-streams-by-id