18F / autoapi

A basic spreadsheet to api engine
Other
42 stars 18 forks source link

Add parameters to swagger JSON #90

Open toolness opened 8 years ago

toolness commented 8 years ago

Currently, our swagger UI, which will appear on the ED Developer Hub, only has api_key in the "Parameters" section:

screen shot 2016-08-29 at 10 16 36 am

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).