swagger-api / swagger-api/swagger-codegen

[SCALATRA] Tags affect generated enpoint URLs

Open
#8,411 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.