You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.
Hi @tlivings ,
I have hosted APIs from a swagger specification.
I am hitting an API from postman.
I am receiving the query and path parameters in the URL in the handler.js (generator-swaggerize) using
req.query for query parameters in the URL and req.params for path params of the URL of the API.
Where is the datatype of the query and path parameters decided in generator-swaggerize?
How can I manipulate it before receiving in req.query or req.params in handler.js?
The text was updated successfully, but these errors were encountered:
Hi @tlivings ,
I have hosted APIs from a swagger specification.
I am hitting an API from postman.
I am receiving the query and path parameters in the URL in the handler.js (generator-swaggerize) using
req.query for query parameters in the URL and req.params for path params of the URL of the API.
Where is the datatype of the query and path parameters decided in generator-swaggerize?
How can I manipulate it before receiving in req.query or req.params in handler.js?
The text was updated successfully, but these errors were encountered: