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 Sep 21, 2022. It is now read-only.
It would be nice to support non-required parameters in client generation.
Currently when in the wadl there are optional parameter in request ("required" attribute is missing) e.g.
It would be nice to support non-required parameters in client generation.
Currently when in the wadl there are optional parameter in request ("required" attribute is missing) e.g.
The generated client doesn't support to give one of them. Either all or none.
If a null is given to a parameter an exception is thrown.
java.lang.IllegalArgumentException: One or more of query value parameters are null.
Affected Versions
[1.1.4]
The text was updated successfully, but these errors were encountered: