hassanhabib / RESTFulSense

A RESTFul operations client that serializes responses and throws meaningful exceptions for >= 400 status codes.
https://www.restfulsense.com
237 stars 51 forks source link

CLIENTS: Add PATCH methods #135

Closed diogod3 closed 7 months ago

diogod3 commented 1 year ago

Closes #134

diogod3 commented 1 year ago

Thanks @cjdutoit

I used the PUT methods as a guideline and that method was missing from the interface, but it was present in the implementation 😅 I added it for both PUT and PATCH.

SlimAhmad commented 1 year ago

@cjdutoit would this be merged anytime soon, i'll like to make use of the patch method in my library