Currently, our swagger UI, which will appear on the ED Developer Hub, only has api_key in the "Parameters" section:
Ideally we should expose all queryable parameters that are supported by our API, e.g. state and year. This will be useful both for interactive tinkering and documentation (see #51).
Currently, our swagger UI, which will appear on the ED Developer Hub, only has
api_key
in the "Parameters" section:Ideally we should expose all queryable parameters that are supported by our API, e.g.
state
andyear
. This will be useful both for interactive tinkering and documentation (see #51).