fecgov / openFEC-web-app

DEPRECATED See https://github.com/18F/fec-cms for fec.gov's code
Other
43 stars 31 forks source link

Use public API key for client-side calls #2239

Closed noahmanger closed 7 years ago

noahmanger commented 7 years ago

We already have a public key in the env and already look it up in config.py so this just passes it through to the Javascript.

Resolves https://github.com/18F/openFEC-web-app/issues/2234

codecov-io commented 7 years ago

Codecov Report

Merging #2239 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2239   +/-   ##
========================================
  Coverage    55.71%   55.71%           
========================================
  Files           51       51           
  Lines         3245     3245           
  Branches       392      392           
========================================
  Hits          1808     1808           
  Misses        1405     1405           
  Partials        32       32

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 82bfa44...2244036. Read the comment docs.