CKAN Extension which creates an OpenAPI (aka Swagger) view that is accessible for previewing resources of the OpenAPI mimetype.
Installation:
-
Copy ckanext-openapi into the ckan src folder
-
Within src/ckanext-openapi run:
python setup.py develop
-
Add 'openapi_view' to the list of plugins in your .ini file
-
Add the new resource view to the CKAN database:
paster views create openapi_view -c INI_FILE
- Startup ckan