apilayer <img src=“https://secure.travis-ci.org/actfong/apilayer.png”/> <img src=“https://codeclimate.com/github/actfong/apilayer.png”/> <img src=“https://badge.fury.io/rb/apilayer.svg” alt=“Gem Version” /> ¶ ↑
With the release of version 2.0, the apilayer gem now act as a dependency for the currency_layer and vat_layer gems.
Please see github.com/actfong/currency_layer and github.com/actfong/vat_layer
apilayer provides a common-interface to configure and create connections to apilayer.net See apilayer.com for more details.
Removed all code related to currencylayer (Apilayer::Currency) and vatlayer (Apilayer::Vat). Now act as a dependency to currency_layer and vat_layer gems. ConnectionHelper contains all code related to configuring and creating connections to apilayer.net
-
Improved reconfiguration-mechanism in Apilayer.
-
Added HTTPS-option in Apilayer module.
-
With this release, all paid-features of vatlayer and currencylayer are fully covered.
-
Added .change and .list to Apilayer::Currency
-
Added .timeframe to Apilayer::Currency
-
Added .convert to Apilayer::Currency
-
Major change to how .live and .historical in Apilayer::Currency are invoked.
-
Added :source option to Apilayer::Currency.live and Apilayer::Currency.historical methods. This option is only available to paid users of currencylayer.
Add apilayer in your Gemfile
:
gem "apilayer"
Run the following in your console:
$ bundle install