Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evaluate the usage of the OpenApi Library regarding parameter Bugs #206

Open
ChipCracker opened this issue Jun 28, 2024 · 4 comments
Open
Assignees

Comments

@ChipCracker
Copy link
Collaborator

No description provided.

@ChipCracker ChipCracker self-assigned this Jun 28, 2024
@ChipCracker
Copy link
Collaborator Author

The generated code should look something like this:

apple/swift-openapi-generator#378

But it looks like this:

let path = try converter.renderedPath(
template: "/testresult/upload/qrcode-uuid",
parameters: []
)

@ChipCracker
Copy link
Collaborator Author

ChipCracker commented Jul 23, 2024

Seems like it's a bug if the path variable name has a hyphen in the name. Opened Bug-Issue:

apple/swift-openapi-generator#601

Current Fix/Workaround: Will use path variable names without hyphen

@ChipCracker
Copy link
Collaborator Author

ChipCracker commented Jul 23, 2024

Bug will be fixed:

apple/swift-openapi-generator#602

@ChipCracker
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant