YADA icon indicating copy to clipboard operation
YADA copied to clipboard

Strange workaround (*hack) for converting PATCH to PUT in RESTAdaptor

Open varontron opened this issue 4 years ago • 1 comments

See buildRequest method, line 816

varontron avatar Jan 20 '21 16:01 varontron

I think this is here because at the time I couldn't test PATCH requests and decided to convert to testable PUT requests and come back to it. It seems now like it is easily testable with jsonplaceholder api and should work similarly to PUT.

varontron avatar Jan 20 '21 16:01 varontron