Expand description
Freddo is an opinionated way to access the Federal Reserve of St. Louis Data API.
Everything starts by instantiating a Query.
There are 3 types of queries.
data: Gets observation data from the APIsearch: Search for data series via search textinfo: Gets metadata associated with a data series
Calling the execute method on a query will send the REST request via a client which stores session parameters and the API key.