Project

apilayer

0.0
No release in over 3 years
Low commit activity in last 3 years
Acts as a dependency for the currency_layer and vat_layer gems. See https://apilayer.com/ for more details.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 0.11
~> 12.1
~> 3.7
~> 0.14
~> 4.0
~> 3.4

Runtime

~> 0.14
>= 2.0
 Project Readme

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.

Version 2.0¶ ↑

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

Version 1.5¶ ↑

  • Improved reconfiguration-mechanism in Apilayer.

  • Added HTTPS-option in Apilayer module.

  • With this release, all paid-features of vatlayer and currencylayer are fully covered.

Version 1.2 - 1.4¶ ↑

  • Added .change and .list to Apilayer::Currency

  • Added .timeframe to Apilayer::Currency

  • Added .convert to Apilayer::Currency

Version 1.1¶ ↑

  • 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.

Installation¶ ↑

Using Bundler¶ ↑

Add apilayer in your Gemfile:

gem "apilayer"

Run the following in your console:

$ bundle install