Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bogas04/foxman
🃏 POSTMan clown for Firefox (clown < clone)
https://github.com/bogas04/foxman
Last synced: 10 days ago
JSON representation
🃏 POSTMan clown for Firefox (clown < clone)
- Host: GitHub
- URL: https://github.com/bogas04/foxman
- Owner: bogas04
- Created: 2015-02-04T19:15:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T18:54:21.000Z (over 9 years ago)
- Last Synced: 2024-11-18T04:54:15.248Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 438 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FoxMan
======The addon aims to provide a POSTMan like
REST client for FireFox.
I've seen REST easy, but the codebase was too
complicated for my limited knowledege of
Firefox Addon Development.![Foxman Screenshot](/screenshots/6 Feb 2015.png)
How ?
====
The addon is very basic, it uses sidebar for its UI
I haven't explored the API much, and it seems to be
the easiest way to have an HTML based UIThe added html would use jquery and bootstrap
to handle all AJAX calls, we need to take
care of localization, but that would be again
left to the html independently, keeping things
tidy and easy to maintain.We can even have separate HTMLs for each localization
and the html to use can be decided seeing the
firefox's locale.The button simply opens the sidebar and does
nothing fancy presently.Future
======
* We need to communicate with the HTML to save
all the requests made, just like in POSTMan.* Further, we need to add support for collections
of the requests.I'm not sure if the communication support between sidebar
and the addon is enough for this to work. But to me,
sidebar is aptly sized for the given task, so let's
see how it goes.Contributors
============
* Thanks to Stanko for rainbowJSON. https://github.com/Stanko/jquery.rainbowJSON