1.0.1 • Published 11 months ago

soapaci v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

SOAPACI

You can use this npm in your node js/javascript project to call the soap api.

Installation

Run this command to installl soapaci in your project.

  npm i soapaci

Usage/Examples

Import soapaci in your project

const soapaci = require('soapaci');

             or

import soapaci from 'soapaci'

User post method to call the SOAP POST API

const response = await soapaci.post(data, url)

License

ISC

Author

Contact

Email: satyamraghu90@gmail.com.

1.0.1

11 months ago

1.0.0

11 months ago