Project

rest_debug

0.0
No commit activity in last 3 years
No release in over 3 years
rest_debug
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.0
~> 1.8.7
~> 3.12
~> 2.8.0

Runtime

 Project Readme

RestDebug

To start a server and client:

Install rest_debug

gem install rest_debug

Start the server

rest_debug -p 7000

Start the client

require 'rest_debug'
client = RestDebug::Client.new(:base_url => "http://localhost:7000")
client.start "puts :abc"
client.status
client.command :continue
client.status