Gecko.HttpClient (Gecko v0.1.0)

This module represents Http connection to the CoinGecko API V3.

Link to this section Summary

Link to this section Types

Specs

error() :: {:error, {:http_error | :request_error, String.t()}}

Link to this section Functions

Link to this function

get(endpoint, params \\ %{})

Specs

get(String.t(), map()) :: {:ok, any()} | error()