ExKucoin v0.0.1 ExKucoin.Api.Private View Source

Interface for authenticated HTTP requests

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

delete(path, config \\ nil) View Source
delete(path(), config() | nil) :: response()

Link to this function

get(path, params \\ %{}, config \\ nil) View Source
get(path(), params(), config() | nil) :: response()

Link to this function

post(path, params \\ %{}, config \\ nil) View Source
post(path(), params(), config() | nil) :: response()