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 recently removed the response handler parameter from the Go API surface to reduce the size of the SDK which proved sucessful.
On top of filtering out the parameter in a refiner, we removed it from the request apdater API surface, updated the code generator method and added a new HandlerOption so people can pass it with the request options instead of via the API surface.
The scope of this issue is to evaluate (and eventually implement) such a change
The text was updated successfully, but these errors were encountered:
We recently removed the response handler parameter from the Go API surface to reduce the size of the SDK which proved sucessful.
On top of filtering out the parameter in a refiner, we removed it from the request apdater API surface, updated the code generator method and added a new HandlerOption so people can pass it with the request options instead of via the API surface.
The scope of this issue is to evaluate (and eventually implement) such a change
The text was updated successfully, but these errors were encountered: