Sha256: 9dab4bf666109240115bbcac0fd51d3ab314f3f9a5d992479f0e68722d8038a4

Contents?: true

Size: 849 Bytes

Versions: 62

Compression:

Stored size: 849 Bytes

Contents

# IntacctRB

This is a WIP fork of the Intacct API client at https://github.com/cj/intacct.
Goal is to create a full-featured API wrapper for Intacct.

## Status
Alpha; forked and added the features I needed *right now*. Plan to spend some time
refactoring and testing, but not sure when that will be.

## Installation

Add this line to your application's Gemfile:

    gem 'intacct'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install intacct

## Usage

get_list
Example
to filter for vendorid = 'V100'
client.get_list(filters: [{field: 'vendorid', operator: '=', value: "V100"}])

## Contributing

1. Fork it
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 new Pull Request

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
intacctrb-0.9.6 README.md
intacctrb-0.9.5 README.md
intacctrb-0.9.4 README.md
intacctrb-0.9.3 README.md
intacctrb-0.9.2 README.md
intacctrb-0.9.1 README.md
intacctrb-0.9.0 README.md
intacctrb-0.8.21 README.md
intacctrb-0.8.20 README.md
intacctrb-0.8.19 README.md
intacctrb-0.8.18 README.md
intacctrb-0.8.17 README.md
intacctrb-0.8.16 README.md
intacctrb-0.8.15 README.md
intacctrb-0.8.14 README.md
intacctrb-0.8.13 README.md
intacctrb-0.8.12 README.md
intacctrb-0.8.11 README.md
intacctrb-0.8.10 README.md
intacctrb-0.8.9 README.md