Packages

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

Current section

Files

Jump to
glupbit include glupbit@types_ApiResponse.hrl
Raw

include/glupbit@types_ApiResponse.hrl

-record(api_response, {
data :: any(),
rate_limit :: gleam@option:option(glupbit@types:rate_limit())
}).