Skip to content
Arcath edited this page Oct 18, 2012 · 2 revisions

KashflowAPI is a ruby wrapper for the Kashflow API (Documentation at www.accountingapi.com).

Install

To install add:

gem 'kashflow_api'

to your gem file, or if your not using bundler run:

gem install kashflow_api

Usage

Basics

Clone this wiki locally