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
Hi, I have several routes for which I’m using http4s rho routes. I have two questions for the swagger page:
I want to add multiple examples for each route. Is there anything I can use??? Currently I’m using org.http4s.rho.swagger.models: ModelImpl case class for defining the input example. But with that only one example can be added, how to add multiple examples?
I also want to add description for each api in the swagger page such that when we click on the drill down button of a route the description occurs just below the api defined. Can you guide me how to do that as well ?
Thanks in advance 😊
The text was updated successfully, but these errors were encountered:
Hi, I have several routes for which I’m using http4s rho routes. I have two questions for the swagger page:
Thanks in advance 😊
The text was updated successfully, but these errors were encountered: