Skip to content

timsim00/Fuel-Node-SOAP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuel SOAP Client (for Node.js) Build Status

This library allows users access to ExactTarget's SOAP API at a low level.

npm install fuel-soap --save

Initialization

new FuelSoap( options ) - Initialization

API

  • describe( type, callback )
    • type - object type. see object types required
    • callback - executed after task is completed. required
  • retrieve( type, props, options, callback )
    • type - object type. see object types required
    • props - object properties to be returned required
    • options - options object
      • options.filter - filter object
        • filter.leftOperand - property or filter object
        • filter.operator - Simple or Logical operator
        • filter.rightOperand - value or filter object
    • callback - executed after task is completed. required
  • create | update | delete( type, props, options, callback )
    • type - object type. see object types required
    • props - object properties and values. required
    • options - options object. see method options
    • callback - executed after task is completed. required

Examples

  1. Setting up the client
  2. Simple Retrieve
  3. Business Unit Retrieve

Contributors

Contributing

Please checkout our .jshintrc file and follow the linting rules when contributing. In addition, this project uses tabs not spaces.

ChangeLog

  • releases after v1 will have their notes in the 'releases' section
  • 1.0.0 - 2014-11-13
    • add original response to the callback - breaking
    • initial unit tests
  • 0.1.0 - 2014-09-22 - 1st npm release

About

Node SOAP Client for accessing ExactTarget's API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%