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
{{ message }}
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
I need to expose some user-defined resources which are dynamically created at runtime.
It would be great to have some hook to append them to the static resources list which returns the SwaggerHttpService. Unfortunately everything there either final or private and there's no simple way to override the api without changing the library sources. I can override "toJsonString" and pattern match the param, but it is a bit hackish :)
The text was updated successfully, but these errors were encountered:
I need to expose some user-defined resources which are dynamically created at runtime.
It would be great to have some hook to append them to the static resources list which returns the SwaggerHttpService. Unfortunately everything there either final or private and there's no simple way to override the api without changing the library sources. I can override "toJsonString" and pattern match the param, but it is a bit hackish :)
The text was updated successfully, but these errors were encountered: