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
In #6538, we defaulted non-required Option parameters to None for both sync and async methods in the *Api classes. However, the helper methods in *ApiAsyncHelper (which the methods in *Api simply wrap) default to defaultValue which is inconsistent and also error prone (will open a separate issue for this, but see #6538 (comment) for context /cc @wing328).
Swagger-codegen version
2.3.0
The text was updated successfully, but these errors were encountered:
Description
In #6538, we defaulted non-required Option parameters to
None
for both sync and async methods in the *Api classes. However, the helper methods in *ApiAsyncHelper (which the methods in *Api simply wrap) default todefaultValue
which is inconsistent and also error prone (will open a separate issue for this, but see #6538 (comment) for context /cc @wing328).Swagger-codegen version
2.3.0
The text was updated successfully, but these errors were encountered: