All Projects → nathan-osman → Rest Easy

nathan-osman / Rest Easy

Licence: mpl-2.0
A simple REST client for Firefox

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Rest Easy

Https Localhost
HTTPS server running on localhost
Stars: ✭ 122 (-5.43%)
Mutual labels:  firefox
Watsonwebserver
Watson is the fastest, easiest way to build scalable RESTful web servers and services in C#.
Stars: ✭ 125 (-3.1%)
Mutual labels:  rest
Gm
UserScripts for Firefox, Chrome and etc
Stars: ✭ 127 (-1.55%)
Mutual labels:  firefox
Rest
REST API generator with Node.js, Express and Mongoose
Stars: ✭ 1,663 (+1189.15%)
Mutual labels:  rest
Zoomhub
Share and view high-resolution images effortlessly
Stars: ✭ 122 (-5.43%)
Mutual labels:  rest
Firefox Ios
Firefox for iOS
Stars: ✭ 10,638 (+8146.51%)
Mutual labels:  firefox
Newtaboverride
New Tab Override allows you to set the page that shows whenever you open a new tab.
Stars: ✭ 120 (-6.98%)
Mutual labels:  firefox
Typescript Rest Swagger
Swagger tools for typescript-rest
Stars: ✭ 129 (+0%)
Mutual labels:  rest
Anterofit
Strongly typed, asynchronous REST client framework for Rust.
Stars: ✭ 125 (-3.1%)
Mutual labels:  rest
Blocker Database
A global domain based database for NoScript, uBlock, uMatrix & ScriptSafe
Stars: ✭ 127 (-1.55%)
Mutual labels:  firefox
Api
🚀 GraphQL & REST APIs to explore all the rockets, launches & other SpaceX's data
Stars: ✭ 123 (-4.65%)
Mutual labels:  rest
Resource Router Middleware
🚴 Express REST resources as middleware mountable anywhere
Stars: ✭ 124 (-3.88%)
Mutual labels:  rest
Browser Media Keys
Lets you control many web players using the media keys on your keyboard.
Stars: ✭ 125 (-3.1%)
Mutual labels:  firefox
Jsonapi Vuex
Use a JSONAPI api with a Vuex store, with data restructuring/normalization.
Stars: ✭ 123 (-4.65%)
Mutual labels:  rest
Awesome Rss
Puts an RSS/Atom subscribe button back in URL bar
Stars: ✭ 125 (-3.1%)
Mutual labels:  firefox
Kafka Zk Restapi
Kafka Zookeeper RESTful API to perform topic/consumer group administration/metric(offset\lag\message) collection and monitor
Stars: ✭ 121 (-6.2%)
Mutual labels:  rest
Swift Selection Search
Swift Selection Search (SSS) is a simple Firefox add-on that lets you quickly search for some text in a page using your favorite search engines.
Stars: ✭ 125 (-3.1%)
Mutual labels:  firefox
Devtools Core
🚀 Packages for Firefox DevTools
Stars: ✭ 129 (+0%)
Mutual labels:  firefox
Web Ext Types
TypeScript type definitions for Firefox WebExtensions
Stars: ✭ 127 (-1.55%)
Mutual labels:  firefox
The Glorious Startpage
a glorified startpage
Stars: ✭ 127 (-1.55%)
Mutual labels:  firefox

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 XML

Features planned for upcoming releases include:

  • tools for saving and loading requests

Add to Firefox

Instructions

Using REST Easy is simple: just click the toolbar button to open a new tab.

Screenshot

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].