1.0.1 • Published 6 years ago

swaggerui-snippets v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

Code Snippets for Swagger UI

Introduction

This package adds the ability to show code snippets with in Swagger UI. All you need is to include minified file in dist in your project and render it in Swagger UI page.

Getting Started

  • Install the package
npm install swaggerui-snippets --save
  • Add the minified file in dist folder to your Swagger Ui page

Steps to build distributable minified file

That's it.

Languages Supported

  • CSharp with RestSharp Client
  • JavaScript / JQuery
  • php
  • Ruby
  • NodeJs

Important