RestApiToText v1.2 Now Available
-
Hi All,
For anyone who might be interested, version 1.2 of RestApiToText is available here for the 32-bit DLL and here for the 64-bit DLL.
Here are the steps to overwrite the DLL:
- Open Notepad++ and go to Plugins->Open Plugins Folder…
- Close Notepad++.
- In the Explorer window you created from Step 1, open the RestApiToText subfolder.
- Overwrite the RestApiToText DLL with the one you downloaded.
- Reopen Notepad++.
Version 1.2 includes the following features:
- Added JSON pretty-printing for responses with a Content-Type response header containing “application/json”.
- Added support for the HEAD and OPTIONS verbs.
- URLs with no verb now default to a GET.