100 recensions
- Valutade 4 su 5di gongxw, 8 jierren lyn
- Valutade 1 su 5di rakel, 8 jierren lynIn Firefox v.57.0(64bit) - response is not visible. Request is sent successfully, when response arrives - the block under request headers is just blinking with "loader image" visible for a sec and disappears leaving the block empty
- Valutade 5 su 5di Utent Firefox 13540657, 8 jierren lyn
- Valutade 5 su 5di Utent Firefox 13520253, 8 jierren lyn
- Valutade 5 su 5di 5n00py, 8 jierren lyn
- Valutade 2 su 5di Utent Firefox 13505290, 8 jierren lynI cannot see any response at all. server responds correctly but it seems there is a UI problem in the addon.
I use FF 57 Quantum 64-bit on windows 10 pro - Valutade 3 su 5di digitarald, 8 jierren lyn
- Valutade 2 su 5di Utent Firefox 13471378, 8 jierren lynI can enter a request and send it off, but I never get a response nor an error code shown.
I tried with several known services, which worked in the previous version of Firefox with the RESTClient addon.
USELESS! - Valutade 5 su 5di Utent Firefox 13459888, 8 jierren lyn以前喜欢火狐是因为firebug,现在喜欢火狐是因为有rested,终于可以放弃谷歌的postman了。
57.0版本火狐没有结果集界面,能尽快更新下么? - Valutade 5 su 5di Utent Firefox 13444623, 8 jierren lyn
- Valutade 3 su 5di Sudisk, 8 jierren lynThis is a good start, however there are some useful features that could be expanded.
- Expand URL Template variable to header values
- Extract (JSonPath or XPath) results from request to a variable
- Keep the response of the request in the history
- Display/Esport the full raw transaction (back and forth) for debugging /sharing purposes
I am not fluent in Javascript enough to implement such features myself.
Thanks for this nice tool.
Edit: I don't seem to be able to add a request to a collection, the button does nothing whatever state the collections are in. Maybe am I missing something ? - Valutade 5 su 5di Atlantis, 8 jierren lynReally liked it. I finally found the REST-Client can work on Firefox 57.
Thanks! - Valutade 4 su 5di Utent Firefox 13201205, 8 jierren lynGood REST-Client. A search for the history would be useful!
The response area should be more present. So change the position of reponse and history - or at least let the user change the place.
Thanks! - Valutade 5 su 5di Creator of Code, 8 jierren lynNothing to complain. Works as expected and I really love the optional theming. Great tool!
- Valutade 5 su 5di ron190, 8 jierren lynIt works like a charm, thank you for your great extension.
I see only one thing to change, if you send a request body using POST/PUT and then you switch to send a DELETE, it continues to send the hidden request body from previous POST/PUT. It shouldn't send the previous body I guess. - Valutade 5 su 5di alan, 8 jierren lynBack json after the Chinese show is not normal, can repair this problem, thank you
- Valutade 5 su 5di Utent Firefox 12784398, 9 jierren lynThis addon is very simple, has all the features I need, has a nice interface.
- Valutade 2 su 5di elmanou, 9 jierren lynI used it and saved some useful requests until all of them were lost. It's a useful and functional extension but not reliable for preserving history
Rispueste dal svilupadôr
publicât ai 9 jierren lynYeah, sorry about that. RESTED just went from 0.x to 1.0, and is now considered stable. i.e. there will be no breaking changes going forward.
The reason this happened was because the extension was upgraded from a Firefox extension to a WebExtension, and also replaced the storage backend. Mozilla does not currently offer any way to prevent automatic upgrades, even if the version number was to go from 0.0.1 to 20.0.0. On the plus side, the problems many people have seen with the storage backend should now be resolved, so it should be more stable in the future.
If you wish to recover your old collections, it may be possible to go into the old versions of RESTED (https://addons.vaultpit.io/en-US/firefox/addon/rested/versions) and download version 0.9.1 and see if your collections are still there. If they are, you can export your collections and import them to the new version. - Valutade 4 su 5di Craig, 9 jierren lynJust wanted to update my review. Since the breaking changes that happened 4-5 months ago this add-on has been stable and working flawlessly.
My biggest issue now with the add-on is the UI is a little on the clunky side. Still very usable but there is room for improvement as well.
I do recommend this add-on.
Disclaimer to users: I do no perform a lot of REST-based operations. I have a list of REST calls that I have saved and forget about until I need one for a specific reason.
Old review:
Overall this add-on is very good and works well.
A recent update to it (0.x to 1.x) had some big changes and caused all saved REST calls to be deleted because of a technology change of the add-on.
This is a very unfortunate incident but I'm going to assume that how it works now will be stable for the foreseeable future.Rispueste dal svilupadôr
publicât ai 9 jierren lynHi, thanks for leaving feedback!
I'm sorry to have cleared your collections, I know this is painful. As you may have read elsewhere, Firefox will automatically update extensions regardless of version number. But, in case you were not aware of this, there is actually an export feature in the settings menu (the cog wheel above the request) :)
If you wish to recover your old collections, it may be possible to go into the old versions of RESTED (https://addons.vaultpit.io/en-US/firefox/addon/rested/versions) and download version 0.9.1 and see if your collections are still there. If they are, you can export your collections and import them to the new version. If you try this, please leave a comment with your experience.
Also, I can assure you that this should never happen again. I batched all the breaking changes together, making sure that the extension now is worthy of 1.0, i.e. a stable version. - Valutade 1 su 5di Utent Firefox 12552900, 9 jierren lynAll my collections was deleted without any warning in the last automatic update. The warning showed after the update. All my work are lost. :(
Rispueste dal svilupadôr
publicât ai 9 jierren lynYes, unfortunately Mozilla does not provide a way to handle semantic versioning, so an update from 0.x to 1.x will be automatically applied without any question.
You can try to install the old version from https://addons.vaultpit.io/en-US/firefox/addon/rested/versions/ and do an export if your collections are still there.
The clearing of the store is unfortunately unavoidable, as the 1.0 update both upgraded RESTED from a firefox extension to a webextension, and changed the storage backend from IndexedDB to chrome.storage. No migration other than manual user migration is possible.
Sorry for your pain