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
We plan to use the latest version of enunciate for generating documentation for our jax-rs based rest api's. Currently we have over 1110 classes/methods annotated with javax.ws.rs.Path annotation (and this count would just increase over time). This leads to an api catalog (home page) that has huge number of api paths listed. It becomes difficult to browse and search through the api that the user is looking for. I am not sure if the browser load time would also slow down. Are there out of the box alternatives to this problem?
One solution could be that for the generated web page (index.html) to support pagination and a search bar (with suggestive search) that searches api paths across pages.
Thoughts?
Thanks.
The text was updated successfully, but these errors were encountered:
We plan to use the latest version of enunciate for generating documentation for our jax-rs based rest api's. Currently we have over 1110 classes/methods annotated with javax.ws.rs.Path annotation (and this count would just increase over time). This leads to an api catalog (home page) that has huge number of api paths listed. It becomes difficult to browse and search through the api that the user is looking for. I am not sure if the browser load time would also slow down. Are there out of the box alternatives to this problem?
One solution could be that for the generated web page (index.html) to support pagination and a search bar (with suggestive search) that searches api paths across pages.
Thoughts?
Thanks.
The text was updated successfully, but these errors were encountered: