plz.el icon indicating copy to clipboard operation
plz.el copied to clipboard

Added PATCH method

Open fpvmorais opened this issue 11 months ago • 8 comments

Hello,

This is just a tiny contribution, I'm currently running Emacs on a Windows SO and needed to create pull requests on DevAzure. One of the endpoints demands the PATCH method.

Being using this for a few weeks and works properly.

One issue I've found is that it does not work with cURL from Microsoft located on C:\Windows\System32\curl.exe. (Version 8.4.0). Not sure exactly why. After installing the Curl version (8.6.0) via Scoop and setting this variable on Emacs: (setq plz-curl-program "C:\\Tools\\scoop\\apps\\curl\\current\\bin\\curl.exe") Everything started working correctly. Not sure if it's worth it to add to the documentation, but it might help someone in the same situation as me.

Thank you so much for your amazing packages and work. All the best from Portugal

Pedro

fpvmorais avatar Mar 27 '24 20:03 fpvmorais