Uses of Record Class
com.bluebell.greenhouse.sol.models.responses.IntegrationHttpResponse
Packages that use IntegrationHttpResponse
Package
Description
Contains classes that are responsible for making external connections and api calls to 3rd-party
vendors.
Contains EOD-backed HTTP clients.
-
Uses of IntegrationHttpResponse in com.bluebell.greenhouse.sol.client
Methods in com.bluebell.greenhouse.sol.client that return IntegrationHttpResponseModifier and TypeMethodDescriptionprotected IntegrationHttpResponseAbstractClient.doGetResponse(String endpoint, org.springframework.util.MultiValueMap<String, String> queryParams, int timeoutMs) Performs an HTTP GET request for the given url and returns response metadata. -
Uses of IntegrationHttpResponse in com.bluebell.greenhouse.sol.client.eod
Methods in com.bluebell.greenhouse.sol.client.eod that return IntegrationHttpResponseModifier and TypeMethodDescriptionEODIntegrationClient.getResponse(String url, org.springframework.util.MultiValueMap<String, String> queryParams, int timeoutMs) Returns HTTP response metadata for the given GET request inputs.