Dynaccount

Gem Version

This dynaccount gem is created to create an ActiveRecord-like interaction to Dynaccount, accounting system's API.

The current API-version is v7.

Usage

config/initializers/dynaccount.rb

Dynaccount.api_id = "key"
Dynaccount.api_key = "key"
Dynaccount.api_secret = "key"

Installation

Add this line to your application's Gemfile:

gem 'dynaccount', github: 'prograsdk/dynaccount'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dynaccount

Todo

  • Support Streaming reports.

License

The gem is available as open source under the terms of the MIT License.