3 ways to configure your Ruby API wrappers
When you use Ruby to wrap an API, you have to have a way to configure it. Maybe the wrapper needs a username and secret key, or maybe just a host. There are a few different ways you could handle this. So which one should you choose?
Post a comment