cyprieng / swagger-parser

Give useful informations about your swagger files
MIT License
62 stars 59 forks source link

Generate operations without operationId #21

Closed jfinkhaeuser closed 8 years ago

jfinkhaeuser commented 8 years ago

Operations exist, whether or not an operationId is specified. In order to avoid clobbering operations with an operationId, just put them in a different dict.

Note: #20 is included in this PR.

jfinkhaeuser commented 8 years ago

@beanqueen

cyprieng commented 8 years ago

Thanks for the PR! Can you just add a small test of a generated operation?

jfinkhaeuser commented 8 years ago

Sure, no worries!