Crate freddo

Crate freddo 

Source
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.

  1. data: Gets observation data from the API
  2. search: Search for data series via search text
  3. info: 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.

Modulesยง

base
client
data
info
search