REST Client

GroupId: com.javierllorente
ArtifactId: netbeans-rest-client
Author:Javier Llorente
License:Apache License, Version 2.0
Homepage:https://github.com/javierllorente/netbeans-rest-client

2022-07-11     2024-08-10     50,165

Utilities  


Download matrix

Plugin version NetBeans compatible
0.1 NB 14   NB 13  
0.2 NB 15   NB 14   NB 13  
0.3 NB 16   NB 15   NB 14   NB 13  
0.3.1 NB 16   NB 15   NB 14   NB 13  
0.3.2 NB 17   NB 16   NB 15   NB 14  
0.4.0 NB 17   NB 16   NB 15   NB 14  
0.5.0 NB 19   NB 18   NB 17  
0.5.1 NB 19   NB 18   NB 17  
0.5.2 NB 20   NB 19   NB 18   NB 17   NB 16   NB 15   NB 14  
0.5.3 NB 16   NB 15   NB 14   NB 13   NB 20   NB 19   NB 18   NB 17  
0.6.0 NB 21   NB 20   NB 19   NB 18   NB 17   NB 16   NB 15   NB 14   NB 13  
0.6.1 NB 22   NB 21   NB 20   NB 19   NB 18   NB 17   NB 16   NB 15   NB 14   NB 13  
0.6.2 NB 23   NB 22   NB 21   NB 20   NB 19   NB 18   NB 17   NB 16   NB 15   NB 14   NB 13  

Intro

A REST client for NetBeans

Description

Provides a basic REST client for NetBeans.
You will find the menu entry under "Tools".

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 and HTML response pretty/ugly
- Opening links of a JSON/XML response in a new tab
- Importing from/exporting to Postman (Tools→Options→Miscellaneous→REST Client)