bpruitt-goddard / dotnet-fancy-swagger

Show off advanced swagger features for clean api docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnet-fancy-swagger

Show off advanced swagger features:

  1. Creating separate documents/definitions for different API purposes
  2. Grouping APIs into tags for better discoverability and minimize the information presented to a user with a narrow API use case
  3. Only show tags in defined documents/definitions
  4. Show all APIs in a fall-back/standard API document/definition
  5. Enforce API response codes via static analysis built into build

About

Show off advanced swagger features for clean api docs

License:MIT License


Languages

Language:C# 96.2%Language:JavaScript 3.8%