BigstickCarpet/swagger-express-middleware

View on GitHub
samples/README.md

Summary

Maintainability
Test Coverage
Samples & Walkthroughs
============================

![Screenshot](https://apitools.dev/swagger-express-middleware/docs/img/samples.png)

Sample 1
--------------------------
This sample demonstrates the most simplistic usage of Swagger Express Middleware. It simply creates a new Express Application and adds all of the Swagger middleware without changing any options, and without adding any custom middleware.

* [Source Code](https://github.com/APIDevTools/swagger-express-middleware/blob/master/samples/sample1.js)
* [Walkthrough](https://apitools.dev/swagger-express-middleware/docs/walkthroughs/running.html)



Sample 2
--------------------------
This sample demonstrates a few more advanced features of Swagger Express Middleware, such as setting a few options, initializing the mock data store, and adding custom middleware logic.

* [Source Code](https://github.com/APIDevTools/swagger-express-middleware/blob/master/samples/sample2.js)
* [Walkthrough](https://apitools.dev/swagger-express-middleware/docs/walkthroughs/walkthrough2.html)