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

Not interpreting parameters right way #25

Closed alexschwarz89 closed 6 years ago

alexschwarz89 commented 6 years ago

I have a route like this get /projects/:id/articles

In the generated swagger documentation it reads like this GET /projects/{id/articles}

I would expect it to be GET /projects/{id}/articles}

Using sails 1.0.0, generator version 2.6.0

theoomoregbee commented 6 years ago

will push it to #24