0.1.4 • Published 5 years ago

swagger-compare v0.1.4

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

swagger-compare

makes use of x-replaced-by and x-remove-on provide a concise summary of api changes.

PlatformBadges
LicenseGitHub license
Circle CICircleCI
Code CoverageCode Coverage
DocumantationDocumentation Status
NPMnpm version npm downloads
DockerDocker Size Docker Pulls
npm install -g swagger-compare
swagger-compare https://raw.githubusercontent.com/kjjuno/swagger-compare/master/test/petstore.yaml https://raw.githubusercontent.com/kjjuno/swagger-compare/master/test/petstore-new.yaml
version: 1.0.0
deprecated:
  paths:
    /v1/pet:
      post:
        x-replaced-by:
          path: /v2/pet
          verb: post
        x-remove-on: undefined
      put:
        x-replaced-by: undefined
        x-remove-on: 3/4/2019
    /v2/pet:
      post:
        x-replaced-by:
          path: /v3/pet
          verb: post
        x-remove-on: 2/13/2019