We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wish to change gen json way. make version route usefully in swagger doc. for example:
version:v1 http://127.0.0.1:4000/v1/swagger version:v2 http://127.0.0.1:4000/v2/swagger
v1 is swagger json file and v2 is swagger json file.
so we can redefine swagger doc "tag", and make it rich to custom like it:
desc "user" do tag "user" end
The text was updated successfully, but these errors were encountered:
You're right, I should make tag match swagger protocol, will do it next version. Also thank you for your suggestion about the DSL.
tag
Sorry, something went wrong.
No branches or pull requests
I wish to change gen json way. make version route usefully in swagger doc. for example:
v1 is swagger json file and v2 is swagger json file.
so we can redefine swagger doc "tag", and make it rich to custom like it:
The text was updated successfully, but these errors were encountered: