Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 482 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 482 Bytes

netbeans-rest-client

A REST client for NetBeans

Features (WIP)

  • Sending GET, POST, PUT, PATCH or DELETE requests
  • Authorisation: Basic Auth and Bearer Token
  • Adding headers
  • Adding body (text, JSON or XML)
  • Displays response headers
  • Making JSON/XML response pretty/ugly
  • Opening links of a JSON/XML response in a new tab

Instructions

  • Install the module (Tools -> Plugins -> Available Plugins)
  • Then go to Tools -> REST Client -> Enjoy?

screenshot