Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathan-osman/rest-easy
A simple REST client for Firefox
https://github.com/nathan-osman/rest-easy
add-on firefox http rest
Last synced: about 2 months ago
JSON representation
A simple REST client for Firefox
- Host: GitHub
- URL: https://github.com/nathan-osman/rest-easy
- Owner: nathan-osman
- License: mpl-2.0
- Created: 2013-11-05T05:17:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T16:03:17.000Z (about 8 years ago)
- Last Synced: 2023-11-07T21:16:34.021Z (about 1 year ago)
- Topics: add-on, firefox, http, rest
- Language: JavaScript
- Size: 1.44 MB
- Stars: 130
- Watchers: 10
- Forks: 39
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## REST Easy
REST Easy is a Firefox add-on that provides a full-featured REST client in the browser.
It is still a work in progress, but the features currently implemented include:- support for all common HTTP methods
- parameter editor supporting both `application/x-www-form-urlencoded` and `multipart/form-data`
- ability to specify arbitrary data for POST and PUT requests
- preview of HTML both as text and rendered in the browser
- syntax highlighting for HTML, JavaScript/JSON, and XMLFeatures planned for upcoming releases include:
- tools for saving and loading requests
[![Add to Firefox](http://i.stack.imgur.com/JE1T5.png)](https://addons.mozilla.org/en-US/firefox/addon/rest-easy/)
### Instructions
Using REST Easy is simple: just click the toolbar button to open a new tab.
### Screenshot
[![](http://i.stack.imgur.com/CXgHZ.png)](http://i.stack.imgur.com/CXgHZ.png)
### Building the Add-on
The add-on uses an extremely simple Makefile to build the XPI. Simply open a terminal in the directory containing the source code and run:
make
### Get Involved
Interested in helping out with REST Easy development?
We'd love to have you contribute!
Just fork this repository, make your changes, and submit a pull request.
Here are some of the areas we would like some help in:- **JavaScript programmers:** the following features are still in the planning stages:
- loading and saving requests
- preview of more file types
- ability to specify a file to upload with a POST or PUT request- **Theme designers:** our current theme is written in LESS and compiled on-the-fly to CSS in the browser.
Although the current theme is usable, we welcome improvements.- **Localization:** the add-on has already been translated into a few languages, but we're always excited to add support for more languages.
All translations for other languages are welcome.