Uses of Class
com.bluebell.greenhouse.sol.client.AbstractClient
Packages that use AbstractClient
Package
Description
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 AbstractClient in com.bluebell.greenhouse.sol.client.article
Subclasses of AbstractClient in com.bluebell.greenhouse.sol.client.articleModifier and TypeClassDescriptionclassHTTP client for article metadata pages. -
Uses of AbstractClient in com.bluebell.greenhouse.sol.client.eod
Subclasses of AbstractClient in com.bluebell.greenhouse.sol.client.eodModifier and TypeClassDescriptionclassIntegration client for EOD API calls. -
Uses of AbstractClient in com.bluebell.greenhouse.sol.client.firstratedata
Subclasses of AbstractClient in com.bluebell.greenhouse.sol.client.firstratedataModifier and TypeClassDescriptionclassClient that fetches data from the firstratedata servers. -
Uses of AbstractClient in com.bluebell.greenhouse.sol.client.forexfactory
Subclasses of AbstractClient in com.bluebell.greenhouse.sol.client.forexfactoryModifier and TypeClassDescriptionclassWeb client that interfaces with the forex factor API. -
Uses of AbstractClient in com.bluebell.greenhouse.sol.client.openai
Subclasses of AbstractClient in com.bluebell.greenhouse.sol.client.openaiModifier and TypeClassDescriptionclassIntegration client for OpenAI calls. -
Uses of AbstractClient in com.bluebell.greenhouse.sol.client.symbolanalysis
Subclasses of AbstractClient in com.bluebell.greenhouse.sol.client.symbolanalysisModifier and TypeClassDescriptionclassHTTP client for StockAnalysis symbol profile pages.