ExBitmex.Rest.HTTPClient (ex_bitmex v0.6.1)
Link to this section Summary
Link to this section Types
Link to this type
auth_response()
Specs
auth_response() :: ExBitmex.Rest.Request.auth_response()
Link to this type
credentials()
Specs
credentials() :: ExBitmex.Rest.Request.credentials()
Link to this type
non_auth_response()
Specs
non_auth_response() :: ExBitmex.Rest.Request.non_auth_response()
Link to this type
params()
Specs
params() :: ExBitmex.Rest.Request.params()
Link to this type
path()
Specs
path() :: ExBitmex.Rest.Request.path()
Link to this type
verb()
Specs
verb() :: :get | :post | :put | :delete
Link to this section Functions
Link to this function
api_path()
Link to this function
auth_delete(path, credentials, params)
Specs
auth_delete(path(), credentials(), params()) :: auth_response()
Link to this function
auth_get(path, credentials, params)
Specs
auth_get(path(), credentials(), params()) :: auth_response()
Link to this function
auth_post(path, credentials, params)
Specs
auth_post(path(), credentials(), params()) :: auth_response()
Link to this function
auth_put(path, credentials, params)
Specs
auth_put(path(), credentials(), params()) :: auth_response()
Link to this function
auth_request(verb, path, credentials, params)
Specs
auth_request(verb(), path(), credentials(), params()) :: auth_response()
Link to this function
domain()
Link to this function
non_auth_get(path, params \\ %{})
Specs
non_auth_get(path(), params()) :: non_auth_response()
Link to this function
non_auth_request(verb, path, params)
Specs
non_auth_request(verb(), path(), params()) :: non_auth_response()
Link to this function
origin()
Link to this function
rest_protocol()
Link to this function