Bittrex v3.0.0 Bittrex.Client.Adapter behaviour View Source
The HTTP client adapter.
Link to this section Summary
Link to this section Types
Link to this type
body()
View Source
body()
View Source
body() :: binary()
body() :: binary()
Link to this type
error_response()
View Source
error_response()
View Source
error_response() :: %{reason: any()}
error_response() :: %{reason: any()}
Link to this type
headers() View Source
Link to this type
method()
View Source
method()
View Source
method() :: :get | :post | :put | :patch | :delete | :options | :head
method() :: :get | :post | :put | :patch | :delete | :options | :head
Link to this type
options() View Source
Link to this type
params()
View Source
params()
View Source
params() :: map()
params() :: map()
Link to this type
response() View Source
Link to this type
url() View Source
Link to this section Callbacks
Link to this callback