A GraphQL wrapper around the Open FEC API for easier consumption
- Flask
- Graphene
- Redis
Requires Docker
docker-compose up --build
docker-compose up
Visit the GraphiQL interface at localhost:5000/graphql?api_key={your_open_fec_key}
to run queries in the GUI and inspect the documentation
Send queries to the server over HTTP as documented by the GraphQL specification
GraphiQL and HTTP Requests require api_key={your_open_fec_key}
query parameter
If you do not have one, a key can be obtained at the official Open FEC Site