Packages

Simple HTTP Client for Binance API

Current section

Files

Jump to
binance_http lib behaviours config.ex
Raw

lib/behaviours/config.ex

defmodule BinanceHttp.Behaviours.Config do
@callback get(key :: String.t() | atom(), key :: any()) :: any()
end