civisanalytics / swagger-diff

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

APIs.guru: showcase and test on real-life APIs #24

Closed IvanGoncharov closed 8 years ago

IvanGoncharov commented 8 years ago

Hi @jeffreyc,

Maybe you would be interested in testing your tool against 200+ real-life Swagger files: https://github.com/APIs-guru/api-models They are validated by sway and could accessed through my REST API(no key needed).

You can also compare different versions of some popular API like Google Drive: https://apis-guru.github.io/api-models/googleapis.com/drive/v1/swagger.yaml https://apis-guru.github.io/api-models/googleapis.com/drive/v2/swagger.yaml https://apis-guru.github.io/api-models/googleapis.com/drive/v3/swagger.yaml IMHO it will help other developers to see all features of your tool. All links support CORS so you can use it in online demo.

If you have any questions you can ask me directly through Skype(ivangon4arov), Hangout(ivan.goncharov.ua@gmail.com) or you can ask them on public chat: https://gitter.im/APIs-guru/api-models

jeffreyc commented 8 years ago

Thanks for the pointer! Those seem like they'd be useful when tackling improvements to the Swagger parser (see https://github.com/civisanalytics/swagger-diff/issues/20#issuecomment-169724830).

IvanGoncharov commented 8 years ago

@jeffreyc :+1: Thanks, I will create similar issue in swagger-rb.