Skip to content

ryanbrandt/open-fec-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open FEC GraphQL Server

ryanbrandt

A GraphQL wrapper around the Open FEC API for easier consumption

Tech:

  1. Flask
  2. Graphene
  3. Redis

Running Locally

Requires Docker

Build

docker-compose up --build

Run:

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

Note:

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

About

A GraphQL wrapper for the Open FEC REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published