Uses of Interface
com.bluebell.greenhouse.sol.client.GetClient
Packages that use GetClient
Package
Description
Contains classes that are responsible for making external connections and api calls to 3rd-party
vendors.
Contains article metadata HTTP clients.
Contains EOD-backed HTTP clients.
Contains clients that connect to FirstRateData.
Contains clients that connect to ForexFactory.
Contains OpenAI integration clients for symbol enrichment flows.
Contains the integration clients for the symbol analysis website.
-
Uses of GetClient in com.bluebell.greenhouse.sol.client
Classes in com.bluebell.greenhouse.sol.client that implement GetClient -
Uses of GetClient in com.bluebell.greenhouse.sol.client.article
Classes in com.bluebell.greenhouse.sol.client.article that implement GetClientModifier and TypeClassDescriptionclassHTTP client for article metadata pages. -
Uses of GetClient in com.bluebell.greenhouse.sol.client.eod
Classes in com.bluebell.greenhouse.sol.client.eod that implement GetClientModifier and TypeClassDescriptionclassIntegration client for EOD API calls. -
Uses of GetClient in com.bluebell.greenhouse.sol.client.firstratedata
Classes in com.bluebell.greenhouse.sol.client.firstratedata that implement GetClientModifier and TypeClassDescriptionclassClient that fetches data from the firstratedata servers. -
Uses of GetClient in com.bluebell.greenhouse.sol.client.forexfactory
Classes in com.bluebell.greenhouse.sol.client.forexfactory that implement GetClientModifier and TypeClassDescriptionclassWeb client that interfaces with the forex factor API. -
Uses of GetClient in com.bluebell.greenhouse.sol.client.openai
Classes in com.bluebell.greenhouse.sol.client.openai that implement GetClientModifier and TypeClassDescriptionclassIntegration client for OpenAI calls. -
Uses of GetClient in com.bluebell.greenhouse.sol.client.symbolanalysis
Classes in com.bluebell.greenhouse.sol.client.symbolanalysis that implement GetClientModifier and TypeClassDescriptionclassHTTP client for StockAnalysis symbol profile pages.