vue-resource
vue-resource copied to clipboard
Why not support 'PATCH' method?
It does supports PATCH
patch(url, [body], [options])
Works just like POST:
this.$http.patch('/someUrl', [body], [options]).then(successCallback, errorCallback)
Read more https://github.com/pagekit/vue-resource/blob/develop/docs/http.md
resource?
Technically is doesnt @ricardobanegas. When you use this.$http.patch() it does a PUT not a PATCH. So it's very misleading.