2.0.0 Release Candidate 1
Pre-release
Pre-release
- Enable multiple resources and a resource listing document (under
options.listing
) as per Swagger specification. options.docspath
defaults to/api-docs
- BREAKING CHANGE:
options.api
andoptions.handlers
should now be located under an arrayoptions.resources
. - BREAKING CHANGE:
app._api
property returns an object containinglisting
andresources
.
See: (Swagger File Structure)[https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md#42-file-structure].