Skip to content
This repository was archived by the owner on Jan 25, 2020. It is now read-only.
This repository was archived by the owner on Jan 25, 2020. It is now read-only.

Where are the path(req.params),query(req.query) parameters handles in generator-swaggerize? #108

@ghost

Description

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions