liquid-credit
liquid-credit is a ruby gem client for the Fico LiquidCredit API. It's currently a work in progress and supports only very limited API functionality.
Installation
Add this line to your application's Gemfile:
gem 'liquid-credit'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install liquid-credit
Usage
Configuration
TODO
Working with the API
TODO
Running integration suite
TODO
Contributing
- Fork it ( https://github.com/liftforward/liquid-credit/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request