api.congress.gov
api.congress.gov copied to clipboard
A C++ client that fetches data from the Congress API using HTTPS
trafficstars
See README.md for building instructions
Currently, the application will fetch member data and save it to member.json.
An HTTP GET request with the following format is made
GET /v3/member?api_key=API_KEY&limit=1 HTTP/1.1
Host: api.congress.gov
Accept: */*
Connection: close
To do: implement other types of requests according to
https://gpo.congress.gov/