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-01-21     43,240

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 - Verified   NB 20 - Verified   NB 19 - Verified   NB 18 - Verified   NB 17 - Verified   NB 16 - Verified   NB 15 - Verified   NB 14 - Verified   NB 13 - Verified  

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