/ Published in: Ruby
Expand |
Embed | Plain Text
require 'xmlrpc/client' server = XMLRPC::Client.new2("http://snipplr.com/xml-rpc.php") server.call("snippet.list", "api_key", "API_KEY_HERE")
You need to login to post a comment.
jeffremer on 07/21/09
2 people have marked this snippet as a favorite
require 'xmlrpc/client' server = XMLRPC::Client.new2("http://snipplr.com/xml-rpc.php") server.call("snippet.list", "api_key", "API_KEY_HERE")
You need to login to post a comment.