↧
Answer by Daniel Ribeiro for Ruby Client Library
You might also want to use Hashie. One of the best twitter clients for ruby uses it, and the resulting interface is very clean and easy to use. I've wrapped over Delicious rss api with it in less than...
View ArticleRuby Client Library
I've started a Ruby client library project on GitHub. There's no code there, but I will be hacking on it all weekend and welcome contributions.Sample Codeclient = StackOverflow::Client.new(version,...
View Article