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
- Host: GitHub
- URL: https://github.com/javierllorente/netbeans-rest-client
- Owner: javierllorente
- License: apache-2.0
- Created: 2022-07-10T16:03:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-25T14:43:56.000Z (4 months ago)
- Last Synced: 2025-11-28T20:24:33.733Z (3 months ago)
- Topics: java, nbm, netbeans, netbeans-plugin, rest, rest-client, swing
- Language: Java
- Homepage:
- Size: 1.36 MB
- Stars: 29
- Watchers: 2
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Notice: NOTICE
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?
