This dynaccount gem is created to create an ActiveRecord-like interaction to Dynaccount, accounting system's API.
The current API-version is v7.
Dynaccount.api_id = "key"
Dynaccount.api_key = "key"
Dynaccount.api_secret = "key"Add this line to your application's Gemfile:
gem 'dynaccount', github: 'prograsdk/dynaccount'And then execute:
$ bundleOr install it yourself as:
$ gem install dynaccount- Support Streaming reports.
The gem is available as open source under the terms of the MIT License.