Hi all,
I would like to display the endpoints in alphabetical order in Swagger-UI.
I am using Swagger-UI JS files on the client side and on the server side, I had implemented a class that extends com.wordnik.swagger.jaxrs.listing.ApiListing.
On the server side I have access to the Respone object in the overridden method "public Response resourceListing()".
Is there any flag that I can set for sorting? Or I need to do it myself
In the UI, I would like to have 2 panes. In the left pane I would like to display the endpoints URLs and on the right pane I would like to display the operations of the selected endpoint URL.
Any suggestions?
Thanks
Steve