View Source Circlex.Api.Channels (Circlex v0.1.12)

API Client to the Channels API.

Reference: https://developers.circle.com/reference/listchannels

Link to this section Summary

Functions

Retrieve a list of channels with details (e.g. cardDescriptor, achDescriptor, etc.).

Link to this section Functions

Link to this function

list_channels(opts \\ [])

View Source

Retrieve a list of channels with details (e.g. cardDescriptor, achDescriptor, etc.).

Reference: https://developers.circle.com/reference/listchannels

Note: not currently implemented by Emulator.

examples

Examples

iex> host = Circlex.Test.start_server()
iex> Circlex.Api.Channels.list_channels(host: host)
{:error, %{error: "not found"}}