Project

dynaccount

0.0
No commit activity in last 3 years
No release in over 3 years
The dynaccount gem is an module-based integration for Dynaccount, with the classic ActiveRecord structure, find, all etc.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.10
>= 1.8, < 3
 Project Readme

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.