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
Is your feature request related to a problem? Please describe.
It would be great to not be forced to not having to specify the options property in the client method when called and no options is necessary for this particular request.
Describe the solution you'd like
The options argument should be optional when sending a request.
// Thisclient.getKryptonians({parameters: null});// Instead of thisclient.getKryptonians({parameters: null,options: {}});
Describe alternatives you've considered
Allow setting the options argument to null.
Additional context
None.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It would be great to not be forced to not having to specify the
options
property in the client method when called and no options is necessary for this particular request.Describe the solution you'd like
The
options
argument should be optional when sending a request.Describe alternatives you've considered
Allow setting the
options
argument tonull
.Additional context
None.
The text was updated successfully, but these errors were encountered: