https://github.com/ik5/ruby_rest_wui
Ruby based REST debugger using Sinatra Web User Interface
https://github.com/ik5/ruby_rest_wui
Last synced: about 1 year ago
JSON representation
Ruby based REST debugger using Sinatra Web User Interface
- Host: GitHub
- URL: https://github.com/ik5/ruby_rest_wui
- Owner: ik5
- License: mit
- Created: 2014-12-19T18:18:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T15:36:55.000Z (over 11 years ago)
- Last Synced: 2025-02-02T07:14:11.608Z (over 1 year ago)
- Language: JavaScript
- Size: 648 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
REST Web User Interface
=======================
The following project was created in order to help debug and check REST based
API.
The system itself provide a self test mechanisem for some of the supported
requests.
How it works ?
--------------
The main get request (that is /) provides a user interface that allow to choose
the method, full address, parameters, mime type and body to send.
After sending the information, the data that is returned is printed in the user
interface fields, and allow you to get all the proper information back.
Self Test
---------
The system provide simple self test mechanisem that allow to do GET, POST, PUT
and DELETE requests, supporting "regular" mime types, json and XML.
The PUT and DELETE must have an id of some sort in order to work:
Existed checks:
* /test_plain
* /test_json
* /test_xml
If you pass parameters for them, then the parameters will be returned
License:
--------
The project is released under the MIT license