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
Hey 👋 sendDelete method only allows params to be passed with no way to pass responseBodySchema which forces the method return type to WretchResponse instead of allowing me as a consumer to define my own return type.
As a consumer I assume DELETE to be treated the same way as other mutation functions like POST, PUT and PATCH
The text was updated successfully, but these errors were encountered:
Hey 👋
sendDelete
method only allowsparams
to be passed with no way to passresponseBodySchema
which forces the method return type toWretchResponse
instead of allowing me as a consumer to define my own return type.As a consumer I assume
DELETE
to be treated the same way as other mutation functions likePOST
,PUT
andPATCH
The text was updated successfully, but these errors were encountered: