swagger-api / swagger-api/swagger-codegen
[SCALATRA] Tags affect generated enpoint URLs
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Description
I'm generating scalatra code from swaggerhub and its appending the tag names to the URL of endpoints. For instance, endpoint Telemetry has tag Readings, and the generated code gives endpoint URL {baseurl}/Readings/Telemetry.
Swagger-codegen version
I'm not sure about the version, I'm using the codegen at swaggerhub.
Swagger declaration file content or url
[...]
"paths" : {
"/Telemetry" : {
"get" : {
"tags" : [ "Readings" ],
[...]
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 source file or test is named. Start by reproducing the Swagger declaration in the SwaggerHub Scala/Scalatra generator and inspect the generated route for /Telemetry; done means the endpoint path remains /Telemetry rather than gaining the Readings tag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100