athombv / node-homey-oauth2app

This module does the heavy lifting for a Homey App that talks to any OAuth2 Web API.
https://athombv.github.io/node-homey-oauth2app/
5 stars 5 forks source link

Added PATCH request method to Client #39

Closed edwinvdpol closed 3 years ago

edwinvdpol commented 3 years ago

Added PATCH request method. I had to add this multiple times to my OAuthClient, so why not in the core? 😉

https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PATCH

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

WeeJeWel commented 3 years ago

Thanks!