Bingex.HTTP.Adapter (Bingex v0.1.7)

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

request(request)

@spec request(Bingex.HTTP.Request.t()) ::
  {:ok, Bingex.HTTP.Response.t()} | {:error, Bingex.HTTP.Error.t()}