Uses of Interface
com.bluebell.greenhouse.sol.client.PostClient
Packages that use PostClient
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 PostClient in com.bluebell.greenhouse.sol.client
Classes in com.bluebell.greenhouse.sol.client that implement PostClient -
Uses of PostClient in com.bluebell.greenhouse.sol.client.article
Classes in com.bluebell.greenhouse.sol.client.article that implement PostClientModifier and TypeClassDescriptionclassHTTP client for article metadata pages. -
Uses of PostClient in com.bluebell.greenhouse.sol.client.eod
Classes in com.bluebell.greenhouse.sol.client.eod that implement PostClientModifier and TypeClassDescriptionclassIntegration client for EOD API calls. -
Uses of PostClient in com.bluebell.greenhouse.sol.client.firstratedata
Classes in com.bluebell.greenhouse.sol.client.firstratedata that implement PostClientModifier and TypeClassDescriptionclassClient that fetches data from the firstratedata servers. -
Uses of PostClient in com.bluebell.greenhouse.sol.client.forexfactory
Classes in com.bluebell.greenhouse.sol.client.forexfactory that implement PostClientModifier and TypeClassDescriptionclassWeb client that interfaces with the forex factor API. -
Uses of PostClient in com.bluebell.greenhouse.sol.client.openai
Classes in com.bluebell.greenhouse.sol.client.openai that implement PostClientModifier and TypeClassDescriptionclassIntegration client for OpenAI calls. -
Uses of PostClient in com.bluebell.greenhouse.sol.client.symbolanalysis
Classes in com.bluebell.greenhouse.sol.client.symbolanalysis that implement PostClientModifier and TypeClassDescriptionclassHTTP client for StockAnalysis symbol profile pages.