On Jan 29, 2007, at 11:04 PM, Eric Hodel wrote: > rc-rest version 2.2.0 has been released! > > http://seattlerb.rubyforge.org/rc-rest > > This library makes it easy to implement REST-like web services APIs. > > Changes: > > = 2.2.0 > > * Moved to seattlerb rubyforge project > * Moved to p4 > * Wrap communication errors in RCRest::CommunicationError > > > http://seattlerb.rubyforge.org/rc-rest Does this currently only send get and post requests? What about put and delete? I understand that we can look at the gems yahoo-search, google- geocode and geocoder-us for examples, but is their a simpler example somewhere that demonstrates client and server pieces?