Package Exports
- payapi-client
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (payapi-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
PayApi Client
A node.js client library for https://payapi.io/.
Promise
The client uses Promises only.
Quick PoC
package.json
"dependencies": {
"request-promise": "^0.4.1",
"jwt-simple": "^0.4.1",
}
Execute
npm i
Generate browser validator
Install browserify
npm i -g browserify
Execute
browserify node_modules/payapi-client/lib/validators.js -o public/payapi.client.validator.js