theoomoregbee / sails-hook-swagger-generator

A tool to help generate Swagger specification documentation based on OAS 3.0 for Sails APIs
MIT License
78 stars 33 forks source link

Handle Path mixed with keys and path #26

Closed theoomoregbee closed 6 years ago

theoomoregbee commented 6 years ago

e.g /users/:id/contact before now it does this --> /users/{id/contact}. expected behaviour /users/{id}/contact