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
It is not clear how to integrate swagger into a framework-based app. I've tried to do it, but was not successful. There are some swagger integration examples for ring/reitit based apps (https://github.com/metosin/reitit/blob/master/doc/ring/swagger.md), but since framework uses its custom ring handler, the sample code can't be simply copied & pasted.
Solution
If swagger can be integrated somehow even with the current custom ring handler, a documentation explaining how to do it would be nice. Otherwise a proper support for swagger integration would be needed.
The text was updated successfully, but these errors were encountered:
Problem
It is not clear how to integrate swagger into a framework-based app. I've tried to do it, but was not successful. There are some swagger integration examples for ring/reitit based apps (https://github.com/metosin/reitit/blob/master/doc/ring/swagger.md), but since framework uses its custom ring handler, the sample code can't be simply copied & pasted.
Solution
If swagger can be integrated somehow even with the current custom ring handler, a documentation explaining how to do it would be nice. Otherwise a proper support for swagger integration would be needed.
The text was updated successfully, but these errors were encountered: