An open API service indexing awesome lists of open source software.

https://github.com/javierllorente/netbeans-rest-client

A REST client for NetBeans
https://github.com/javierllorente/netbeans-rest-client

java nbm netbeans netbeans-plugin rest rest-client swing

Last synced: about 2 months ago
JSON representation

A REST client for NetBeans

Awesome Lists containing this project

README

          

# netbeans-rest-client
A REST client for NetBeans

Features
- Sending GET, POST, PUT, PATCH or DELETE requests
- Authorisation: Basic Auth and Bearer Token
- Adding headers
- Adding body (text, JSON or XML)
- Displaying response headers
- Making JSON, XML or HTML response pretty/ugly
- Opening links of a JSON/XML response in a new tab
- Importing from/exporting to Postman collections
- .http file editor

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

![screenshot](screenshot.png)