Packages

Production-ready Elixir client for the GoCardless API.

Current section

Files

Jump to
gocardless_client lib gocardless_client.ex
Raw

lib/gocardless_client.ex

defmodule GocardlessClient do
@moduledoc """
Documentation for `GocardlessClient`.
"""
@doc """
Hello world.
## Examples
iex> GocardlessClient.hello()
:world
"""
def hello do
:world
end
end