HueSDK.HTTP (HueSDK v0.1.0) View Source
HTTP client used for all requests made by the HueSDK.
Utilizes Finch and for requests and connection pooling.
Link to this section Summary
Link to this section Types
Specs
response() :: {:ok, term()} | {:error, Mint.Types.error()}
Decoded HTTP response, usually a map/0 or list/0.
See Mint.Types.error/0 for error information.