You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm submitting a ... (check one with "x")
[ ] bug report
[x] feature request
Current behavior:
The ionic-native/http plugin does not support the PATCH HTTP method. I think it would be trivial to add it though. Would you be open for a PR?
/** * Make a PATCH request * @param url {string} The url to send the request to * @param body {Object} The body of the request * @param headers {Object} The headers to set for this request * @returns {Promise<HTTPResponse>} returns a promise that resolve on success, and reject on failure */
@Cordova()patch(url: string,body: any,headers: any): Promise<HTTPResponse>{return;}
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
[ ] bug report
[x] feature request
Current behavior:
The ionic-native/http plugin does not support the PATCH HTTP method. I think it would be trivial to add it though. Would you be open for a PR?
The text was updated successfully, but these errors were encountered: