Skip to content

client-heartbeat/autotask_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autotask_api

Ruby API wrapper for the Autotask WebService API

Sample code:

client = AutotaskAPI::Client.new do |c|
  c.basic_auth = ['[email protected]','mypassword']
  c.wsdl = 'https://webservices.autotask.net/atservices/1.5/atws.wsdl'
end

query = AutotaskAPI::QueryXML.new do |query|
  query.entity = 'contact'
  query.field = 'firstname'
  query.expression = 'Joe'
end

client.query query

About

Ruby API wrapper for the Autotask WebService API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published