square/retrofit

Non-body HTTP method not allowed for DELETE

Closed this issue · 0 comments

Why is body not allowed for DELETE?
This is just dumb, and it limits the usability.
I'm trying to call a crypto exchange who built their API to accept a JSON body with DELETE.

Not allowing this is stupid, because the crypto exchange is not going to update their API to follow standards. Now I need to do a workaround, or use another library. This should be changed.