Skip to content

MMLib.SwaggerForOcelot v1.1.0

Compare
Choose a tag to compare
@Burgyn Burgyn released this 25 Feb 14:22
· 216 commits to master since this release
1a19c05

New features

  • #16 Added versioning support
  • #17 Better exception message when configuration message is missing

Breaking changes

  • #16 Now SwaggerEndPoint configuration must contains Config definition:
"SwaggerEndPoints": [
    {
      "Key": "contacts",
      "Config": [
           {
             "Name": "Contacts API",
             "Version": "v1",
             "Url": "http://localhost:5100/swagger/v1/swagger.json"
           }]
     }
  ]