Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Add location prefixes to path and query parameters. #250

Open
kornicameister opened this issue Feb 4, 2020 · 0 comments
Open

Add location prefixes to path and query parameters. #250

kornicameister opened this issue Feb 4, 2020 · 0 comments
Assignees
Milestone

Comments

@kornicameister
Copy link
Owner

kornicameister commented Feb 4, 2020

The problem was detected for OAS parameters with names same as python builtins -> id for example. An idea is to prefix arguments in following manner:

  • p_{param_name} -> p for in: path
  • q_{param_name} -> q for in: query

in: header and in: cookies is left out because those are translated into dictionaries

Detected-In : #246

@kornicameister kornicameister added this to the 0.0.1 milestone Feb 4, 2020
@kornicameister kornicameister self-assigned this Feb 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant