Resources for learning how to design good API wrappers in ruby [closed] Resources for learning how to design good API wrappers in ruby [closed] ruby ruby

Resources for learning how to design good API wrappers in ruby [closed]


since testing is one part of a good API wrapper I recommend this for a start on the topic.

Writing an API Wrapper in Ruby with TDD


Chapter 2 of Ruby Best Practices might be helpful. You can read it for free here.


Take a look at Instagram Ruby Client.
It should give you a fair idea on how to write modular third party API wrappers in Ruby.