Saxo.HttpClient (Saxo v0.1.0)

Module for making HTTP requests and handling responses.

Summary

Functions

@spec api_url() :: binary()
Link to this function

get(api_path, params)

@spec get(
  binary(),
  keyword()
) :: {:ok, term()} | {:error, term()}