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.

Codeship Status for liftforward/liquid-credit

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

  1. Fork it ( https://github.com/liftforward/liquid-credit/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request