civisanalytics / swagger-diff

Utility for comparing two Swagger specifications.
BSD 3-Clause "New" or "Revised" License
264 stars 32 forks source link

Removing and replacing swagger-core with POROs #32

Closed jeffreyc closed 8 years ago

jeffreyc commented 8 years ago

@HawaiianSpork please review?

swagger-core did not handle the full Swagger specification. We weren't really benefiting from a parser (it did some massaging of operations but otherwise was a just enabling dot notation for hash access), so this replaces a 3rd-party parser with POROs. swagger-diff should now accept 100% of valid Swagger specifications.

Adding support for:

Fixes #20 Fixes #30 Fixes #31 Closes #24

HawaiianSpork commented 8 years ago

LGTM