Skip to content

prograsdk/dynaccount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages