Skip to content

A simple client for the Twinfield SOAP-based API

Notifications You must be signed in to change notification settings

stephanvd/twinfield

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twinfield

Twinfield is an international Web service for collaborative online accounting. The Twinfield gem is a simple client for their SOAP-based API.

Installing

Using Twinfield

Add Twinfield in Gemfile as a gem dependency:

  gem "twinfield", github: "stephanvd/twinfield"

Run the following in your console to install with Bundler:

  bundle install

Add a config block to your environment.rb:

  Twinfield.configure do |config|
    config.username = ""
    config.password = ""
    config.organisation = ""
  end

About

A simple client for the Twinfield SOAP-based API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%