Rest API plugin for notepad++

I found this nice plugin that allows to send REST API requests directly from notepad++: https://github.com/eljefe7000/RestApiToText

The syntax is as following:


post https://myurl/service
**headers**
content-type: application/json
**body**
{
    "Username": "test",
    "Password": "123456"
}

Post a Comment

Previous Post Next Post