krakenjs / swaggerize-express

Design-driven apis with swagger 2.0 and express.
Other
355 stars 81 forks source link

support for operationId #65

Closed bobzoller closed 9 years ago

bobzoller commented 9 years ago

Would you take a pull request that uses operationId (from the swagger spec) instead of the $method pattern?

We use operationId to declare method names for our (generated) client library, and it'd be cool to use that same pattern when exporting our controllers.

bobzoller commented 9 years ago

sorry, bit too fast on the submit button. I now realize this is a question for swaggerize-routes.