Closed ridiculous closed 8 years ago
+1
+1
+1
You can use this
customOperation(operation, path, [params, headers, elem])
This does a custom operation to the path that we specify. This method is actually used from all the others in this subsection. Operation can be one of: get, post, put, remove, head, options, patch, trace
@igorissen yes you can, but there are aliases to all the other methods (customGET, customPOST, etc…), but not PATCH.
Yeah, that's what i learned from the author. I need to open a PR to add that
+1
@ridiculous any plans of making the PR soon?
@cagodoy Thanks for reminding me! https://github.com/mgonto/restangular/pull/1230 should work
good! :D @ridiculous
@ridiculous :+1:
Why is there no
customPATCH
method?