1.0.7 • Published 3 years ago

emex-soap-client v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

EMEX Client

Node js клиент для работы с Emex.ru

Установка

$ npm install emex-soap-client

Инициализация

const EmexClient = require('emex-soap-client')

module.exports = EmexClient({login: '123456', password: '123456'})

Использование

Получить всех клиентов

const EmexClient = require('./emex')

const usersCallback = users => console.log(users) 

EmexClient.getUsers(usersCallback)

Получить одного клиента

const EmexClient = require('./emex')

const userCallback = user => console.log(user) 

EmexClient.getUsers(userCallback, 1111111)

License

The files included in this repository are licensed under the MIT license.

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago