PayPing

PayPing API client for the Elixir language

Installation

The package can be installed by adding payping to your list of dependencies in mix.exs:

def deps do
[
{:payping, "~> 0.1.1"}
]
end

Configuration

:payping can be configured in your config/config.exs or config/{env}.exs file:

config :payping,
token: "Bearer YOUR_TOKEN",
base_url: "https://api.payping.ir" # Optional

TODO