loc_api 1.0.4

A simple library to interact with the loc.gov API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "loc_api"
description = "A simple library to interact with the loc.gov API"
version = "1.0.4"
edition = "2021"
readme = "README.md"
repository = "https://github.com/t-fbd/loc_api"
license-file = "LICENSE"
keywords = ["gov", "congress", "api", "serde", "documents"]
categories = ["api-bindings", "data-structures"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", features = ["blocking", "json"] }