Sha256: 55c1704a633d51a027125f986ee8c2b39585ea1a3a45d8e47a20d400b871af64

Contents?: true

Size: 784 Bytes

Versions: 4

Compression:

Stored size: 784 Bytes

Contents

# KashflowApi

KashflowApi provides an Active Record like interface to the Kashflow API.

# Usage

At the beginning of your program, or in an rails initializer call the configure block like so:

    KashflowApi.configure do |c|
        c.username = "Username"
		c.password = "Password"
		c.loggers = false
	end
	
I recommend settings loggers to false so that you don't get all the soap exchanges echoed out.

You can now call methods on the models e.g.

	KashflowApi::Customer.all

# Unimplemented Methods

Some of the methods in the Kashflow API have not been implemented in this gem (yet)

## Customers

* GetCustomersModifiedSince
* GetCustomerSources
* GetCustomerVATNumber
* SetCustomerVATNumber
* GetCustomerCurrency
* SetCustomerCurrency
* GetCustomerAdvancePayments

## Quotes

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kashflow_api-0.0.2 README.markdown
kashflow_api-0.0.1 README.markdown
kashflow_api-0.0.1rc1 README.markdown
kashflow_api-0.0.1pre README.markdown