Lots of time, when we want to integrate to a public API, we look for an API client/wrapper in the language that we are familliar with or in the same language as our application that we want to integrate. When you are in luck, you will find the ones that match your language and technical requirement. However, should the existing client does not satisfy your needs, or there is no client at all, why not build one yourself? This post hopefully will help you in creating API client in Ruby. »
The general sentiment when you want to build an API backend is to never choose rails. However, when performance is not high on priority and when speed of delivery is more important, using Rails is the best option for any ruby or Rails developer. »