//
home

Latest Post

A gem to create objects from external APIs

I published a gem to load into objects XML and JSON files provided over external APIs (urls). The gem is called api_object and available to be installed over “gem install api_object”. The gem is very easy to use. subclass your object to be loaded from ActiveApi::ApiObject class Station < ActiveApi::ApiObject end Specify the url to load the … Continue reading