ExKucoin.Api.Public (ExKucoin v0.1.0) View Source

Interface for public HTTP requests

Link to this section Summary

Link to this section Types

Specs

config() :: ExKucoin.Config.t()

Specs

params() :: map() | [map()]

Specs

path() :: String.t()

Specs

response() :: ExKucoin.Api.response()

Link to this section Functions

Link to this function

get(path, params \\ %{}, config \\ nil)

View Source
Link to this function

post(path, params \\ %{}, config \\ nil)

View Source

Specs

post(path(), params(), config() | nil) :: response()