Bingex.HTTP.Adapter (Bingex v0.1.2)
HTTP adapter for making requests to the BingX API.
This module handles HTTP requests using Finch, transforming Bingex.HTTP.Request
into actual API calls and converting responses into structured Bingex.HTTP.Response
or Bingex.HTTP.Error results.
Summary
Functions
@spec request(Bingex.HTTP.Request.t()) :: {:ok, Bingex.HTTP.Response.t()} | {:error, Bingex.HTTP.Error.t()}