swagger-diff
swagger-diff copied to clipboard
Utility for comparing two Swagger specifications.
Hi there! As far as I see, swagger-diff doesn't support specifications in OpenAPI v3 format. Please correct me if I'm wrong or share your plans. Is v3 support somewhere on...
Updates all gems and code for compatibility with ruby 3
UNTESTED PR Addresses https://nvd.nist.gov/vuln/detail/CVE-2020-36327 Need to figure out if this is deployed anywhere. --timball
I tried to diff two swagger files as the attachment. There is only one response difference. I added three properties into `ResponseModel[AppendOrderDetailEntity]`. But there is no report showing. [Archive.zip](https://github.com/civisanalytics/swagger-diff/files/3536817/Archive.zip)
Are there any known issues around slow processing speeds with larger specifications? I have a spec with around something like 290 operations and 136 models. It takes around 45 minutes...
Hi, thanks for your fantastic tool, first of all! Small question from my side: I'd like to use this tool from another tool, that would expect that output of `swagger-diff...
Hi, This seems to be good for CI, but requires manual installation. Is it possible to create Docker image for it? Thanks, Assaf
It would be really useful if swagger-diff would report changes within the models themselves, such as the removal of a field or making a field required.
Hi, Great job! Just please add XML output option to be able to use this great tool in different automatons. Thank you,