0.0.5 • Published 12 years ago

affilinet v0.0.5

Weekly downloads
18
License
-
Repository
github
Last release
12 years ago

affilinet

node wrapper for the affilinet php soap examples

this is very early work in progress

Install

npm install affilinet

Use

Affilinet = require 'affilinet'

affilinet = new Affilinet
    publisherId: '...'
    productWebservicePassword: '...'
    publisherWebservicePassword: '...'

affilinet.getShops (err, shops) ->
    throw err if err?
    console.log shops

    affilinet.getSalesForDayRange startDate, endDate, (err, sales) ->
        throw err if err?
        console.log sales

License: MIT

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago