-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add support for server variables #3
Comments
So I was thinking about possible dsl for server variables and we cannot use endpoint dsl here because of two reasons:
I came up with sth like this:
where
|
To be honest, I don't think it's a frequently used swagger feature (at least in my impression, I might be wrong of course). So I think it would be more than enough to just allow adding server variables to a model generated by tapir (but here just using case classes |
This is a part of softwaremill/tapir#11
I decided to extract it since it is a big feature.
The text was updated successfully, but these errors were encountered: