Sha256: 88dc05c6ce912e8680f942f9bea80c7d736113b3ce692de3a597b8026adfa78f

Contents?: true

Size: 751 Bytes

Versions: 8

Compression:

Stored size: 751 Bytes

Contents

= YamlRpc -- simple RPC client

client = YamlRpc::Client.new('http://localhost:3000/somewhere/')
# Invokes http://localhost:3000/somewhere/my_method passing POST data { :test => 'My test' } as YAML
result = client.my_method( :test => 'My test' )

# Result is YAML which is loaded and returned as object
puts result['my_response_message']

== Download

The latest version of Csv2sql can be found at

* http://mirekrusin.com/ruby/yamlrpc

== Installation

gem install yamlrpc

== License

Csv2sql is released under the LGPL license.

== Support

The Csv2sql homepage is http://mirekrusin.com/ruby/yamlrpc

For other information, feel free to ask on the ruby-talk mailing list
(which is mirrored to comp.lang.ruby) or contact mailto:ruby@mirekrusin.com 

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
yamlrpc-0.1.080624130617 README
yamlrpc-0.1.080630154212 README
yamlrpc-0.2.2 README.txt
yamlrpc-0.1.080701110311 README
yamlrpc-0.1.080706215610 README
yamlrpc-0.2.3 README.txt
yamlrpc-0.1.080704174553 README
yamlrpc-0.2.1 README.txt