You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanna add more programming language snippets to my Swagger UI configs (with axum and utoipa), but I'd pass on specifying a json config file. Is there a way to configure x-samples-languages in pure rust?
Thanks,
Alex <3
The text was updated successfully, but these errors were encountered:
@infiniteregrets Ping me if once #1292 is merged, it does not fully satisfy your use case. Once the PR is merged [I want to make sure the approach is agreeable to utoipa], I am thinking to expand the approach (openapi macro as well as the IntoXYZs).
@juliendecharentenay currently i am editing with the Modify trait to add custom extensions, plan to merge your pr in mine and give it a try. thanks for the awesome work!
Hello!
I wanna add more programming language snippets to my Swagger UI configs (with axum and utoipa), but I'd pass on specifying a json config file. Is there a way to configure
x-samples-languages
in pure rust?Thanks,
Alex <3
The text was updated successfully, but these errors were encountered: