Task https://github.com/heathmont/elixir-test
In your mix.exs file:
def deps do
[
{:ex_banking, github: "llxff/ex_banking"}
]
endYou can setup operations limit in config.exs:
use Mix.Config
config :ex_banking, :account, rate_limit: 10| Name | Name | Last commit date | ||
|---|---|---|---|---|
Task https://github.com/heathmont/elixir-test
In your mix.exs file:
def deps do
[
{:ex_banking, github: "llxff/ex_banking"}
]
endYou can setup operations limit in config.exs:
use Mix.Config
config :ex_banking, :account, rate_limit: 10