Constructor
# new AbstractHttpAdapter(fetch)
Create a subclass of AbstractHttpAdapter
Parameters:
Name | Type | Description |
---|---|---|
fetch |
function | the fetch function used to make the actual http call. |
Class
The AbstractHttpAdapter class allow a CloudBlue Connect SDK consumer to wrap a preferred http client library and adapt requests and responses to in order to work with this SDK.
Create a subclass of AbstractHttpAdapter
Name | Type | Description |
---|---|---|
fetch |
function | the fetch function used to make the actual http call. |