Packages

Type-safe Gleam client library for the Upbit cryptocurrency exchange API

Current section

Files

Jump to
glupbit src glupbit.app.src
Raw

src/glupbit.app.src

{application, glupbit, [
{vsn, "1.1.4"},
{applications, [envoy,
gleam_crypto,
gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_stdlib,
gleam_time,
gose,
stratus,
youid]},
{description, "Type-safe Gleam client library for the Upbit cryptocurrency exchange API"},
{modules, [glupbit,
glupbit@@main,
glupbit@auth,
glupbit@client,
glupbit@exchange@account,
glupbit@exchange@order,
glupbit@exchange@service,
glupbit@exchange@withdraw,
glupbit@quotation@candle,
glupbit@quotation@market,
glupbit@quotation@orderbook,
glupbit@quotation@ticker,
glupbit@quotation@trade,
glupbit@types,
glupbit@websocket@connection,
glupbit@websocket@subscription]},
{registered, []}
]}.