You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So that API users can access our legal resources API, developers can test the API more easily, and front-end developers can design the front-end for new legal features more easily, we should add the /legal/ endpoint to the API developer documentation here: https://api.open.fec.gov/developers/
We've run into issues with flask-apispec because legal resources don't have a model file (they're stored in elasticsearch, not postgres)
So that API users can access our legal resources API, developers can test the API more easily, and front-end developers can design the front-end for new legal features more easily, we should add the /legal/ endpoint to the API developer documentation here: https://api.open.fec.gov/developers/
We've run into issues with
flask-apispec
because legal resources don't have amodel
file (they're stored inelasticsearch
, notpostgres
)Old [WIP] PR: #3074
The text was updated successfully, but these errors were encountered: