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
Because of #2354 (which is addressed in #2363, pending feedback), we have resorted to adding a custom responseHandler to each and every endpoint definition.
This gets tedious, and it's easy for one of the several developers on our team to miss a case until we run into a run-time PARSING_ERROR when we get a "text/plain" response.
It would be very convenient to be able to set the default responseHandler across all endpoints in the options to createApi.