maxdome / swagger-combine

Combines multiple Swagger schemas into one dereferenced schema.
MIT License
132 stars 36 forks source link

document operationIds.rename functionality in examples and README #73

Closed tmack8001 closed 5 years ago

tmack8001 commented 5 years ago

As per https://github.com/maxdome/swagger-combine/issues/71 I was running into this issue and didn't know from the documentation that it was possible to override the value of the operationIds. In a lot of the scenarios the source swagger files had bad operationIds (eg. 'get', 'delete', 'post', 'create', 'getItem'). Though after looking at the source code I found this feature and thought it would be good to call it out on the main README documentation and provide example node samples on how to use it.