Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Files

Latest commit

 

History

History

samples

Samples & Walkthroughs

Screenshot

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.

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.