Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox Quantum REST client? [closed]

Pre-version 57 of Firefox had many wonderful add-ons for REST API testing. These REST clients no longer work with Firefox Quantum. While I found some simple, pre 1.0 add-ons in Quantum (click here for example), my hunch is that there must be something more robust that is on par with the pre-57 version add-ons. Or perhaps even BUILT-IN to Firefox Quantum Developer? I would like for someone to answer this post with current options for REST Clients in Firefox Quantum Developer - either built-in, or, as an add-on - that will bring me up to speed and have the same robust qualities of the pre-57 versions.

For example I used to use these two, now not supported:

  1. RESTEasy (click here)
  2. RESTClient (click here)

One one think that googling "Firefox Quantum Developer Rest Client How to" would result in something that would answer my question. If you do try this make sure to switch from Any Time to "previous year" - this will filter out many pre-57 search results. What will find is only one listed: (click here) - which I am sure you will agree with me that is barely a pre-release and needs more time to mature before being production ready.

So what is going on here? Does Firefox Quantum has a REST Client integrated and I simply cannot find it? What are the professionals using for their REST Client needs with Firefox Quantum? etc.

like image 564
sapbucket Avatar asked Jan 09 '18 21:01

sapbucket


People also ask

How do I open the rest client in Firefox?

From the main Firefox pull-down menu, select Web Developer. Click on RESTClient.

What is RESTClient?

REST Client is a method or a tool to invoke a REST service API that is exposed for communication by any system or service provider. For example: if an API is exposed to get real time traffic information about a route from Google, the software/tool that invokes the Google traffic API is called the REST client.


2 Answers

How about a standalone tool?

You can check out Fiddler

like image 58
Heinrich Lee Yu Avatar answered Oct 08 '22 00:10

Heinrich Lee Yu


Since version 3.0.2 (from November 28, 2017), RESTClient supports Firefox 57:

Upgrade to web extension to support new Firefox. OAuth and OAuth 2.0 authentication is still under development. It will be ready in next version (3.0.3).

Thus, just update your addons.

...which I am sure you will agree with me that is barely a pre-release and needs more time to mature before being production ready.

Well,

+------------------------+----------------+
| Add-on (57-compatible) | Overall rating |
+------------------------+----------------+
| RESTClient             | 3.7 out of 5   |
| RESTED                 | 4.0 out of 5   |
| RESTer                 | 4.5 out of 5   |
+------------------------+----------------+
like image 26
Stanislav Kralin Avatar answered Oct 07 '22 23:10

Stanislav Kralin