ExOkex.Api.Private (ExOkex v0.6.0) View Source

Interface for authenticated HTTP requests

Link to this section Summary

Link to this section Types

Specs

config() :: ExOkex.Config.t()

Specs

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

Specs

path() :: String.t()

Specs

response() :: ExOkex.Api.response()

Link to this section Functions

Link to this function

delete(path, config \\ nil)

View Source

Specs

delete(path(), config() | nil) :: response()
Link to this function

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

View Source

Specs

get(path(), params(), config() | nil) :: response()
Link to this function

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

View Source

Specs

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