https://github.com/lbovet/rest-edit
A full HTML5/Javascript client for editing your REST resources.
https://github.com/lbovet/rest-edit
Last synced: about 2 months ago
JSON representation
A full HTML5/Javascript client for editing your REST resources.
- Host: GitHub
- URL: https://github.com/lbovet/rest-edit
- Owner: lbovet
- License: apache-2.0
- Created: 2013-03-10T11:05:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T10:37:15.000Z (over 11 years ago)
- Last Synced: 2025-01-17T08:11:40.226Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 930 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rest-edit
=========This is an editor for REST resources written in pure HTML5/Javascript. It runs in the browser.

Features
--------
* GET
* PUT
* POST
* DELETE
* Syntax highlighting and checking (thanks to http://ace.ajax.org)
* Autoformat JSON
* Log panel showing requests and errors
* Set HTTP headers
* Drag-and-drop files
* Collection browserUsage
-----Just copy its files into your web content and enjoy editing your PUTable REST resources.
Either directly in the editor by simply by giving the resource path as # parameter.or with the collection browser.*Editor*
Work on an existing resource ``/myproject/rest-api/persons/alice``
http://localhost:8080/myproject/rest-edit/editor.html#/myproject/rest-api/persons/alice
Work on a new resource ``/myproject/rest-api/persons/bob``
http://localhost:8080/myproject/rest-edit/editor.html?new=true#/myproject/rest-api/persons/bob
*Collection Browser*Start browsing from a given collection ``http://localhost:8080/myproject/rest-edit/browser.html#/myproject/rest-api/``
[](https://bitdeli.com/free "Bitdeli Badge")