ngx-restangular icon indicating copy to clipboard operation
ngx-restangular copied to clipboard

customDelete

Open alexkid64 opened this issue 6 years ago • 1 comments

Unable to pass a delete param in the body. I'm trying with cutomDelete and customOperation. Trying to set the header content-type with application/json, still don't working.

yyyyyy.customDELETE(inter.id.toString(),{},{},inter).subscribe(.....

alexkid64 avatar Sep 07 '18 13:09 alexkid64

Hi @alexkid64, Not sure why you need params in the request body. I haven't seen such an approach in common REST patterns. Open to discuss

rshchpkn avatar Aug 28 '19 09:08 rshchpkn