marshmallow-code / marshmallow-code/apispec-webframeworks
Unable to describe common parameters for one path at Tornado handler class docstring
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 33
- Forks
- 24
- Avg merge
- 5h 38m
- Merged PRs (30d)
- 4
Description
Hi.
We are unable to define common parameters for all operations under single path by setting `parameters` block in handler's class docstring.
More on common [parameters](https://swagger.io/docs/specification/describing-parameters/).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named; start by tracing how Tornado handler class docstrings and their `parameters` blocks are parsed for operations under one path. Use the linked OpenAPI parameter guidance to define the expected shared-parameter behavior, then add coverage that verifies the generated specification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100