Crates.io | freddo |
lib.rs | freddo |
version | 0.1.0 |
source | src |
created_at | 2022-05-21 14:29:28.165225 |
updated_at | 2022-05-21 14:29:28.165225 |
description | An opinionated library to access the Federal Reserve of St Louis data API |
homepage | |
repository | https://gitlab.com/bzai-public/rust_fred |
max_upload_size | |
id | 590738 |
size | 56,241 |
This is an opinionated library for accessing the Federal Reserve of St Louis data API. It may not implement all the functionalities of the API.
For a like-for-like implementation of the API in Rust, see fred-rs
.
FRED_API_KEY
client
stores the API key and the base URLs that are needed to interact with the APIquery
query
belongs to one of the three types:
execute
method to carry out the request