Skip to content

forecastxl/twinfield-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

gem 'twinfield-ruby'

Usage

Create a configuration instance you can use in requests. The last argument is optional.

config = Twinfield::Configuration.new(username, password, organisation, office)

The configuration can be used create a new Process.

process = Twinfield::Process.new(config)

Or you can use it to create a new Session.

session = Twinfield::Session.new(config)

With the Process you can execute requests.

process.search(params)
process.request(action, params)

Or with the Session.

session.service(:process).action(:search, params)

About

Ruby client for the Twinfield SOAP-based API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published