Project

slash

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

Development

~> 1.2.2
~> 2.1.1
~> 1.2.8
~> 0.1.22

Runtime

~> 2.1.1
~> 0.9.14
 Project Readme

slash¶ ↑

@resource = Slash::Resource.new('http://api.something.com',
  Slash::Formats.xml(:codec => Slash::Formats::PeanutsXML.new(Response)),
  rewrite_options(options).update(:key => API_KEY))

cats = @resource['cats']
cats.get
cats.create(:name => 'Tom')
cats[123].update(:name => 'Tim')
cats[123].destroy