@simplepay-ai/api-client
v2.3.2
Published
SimplePay API Client
Readme
SimplePay API Client
Usage
1. Install package
npm install --save-dev @simplepay-ai/api-client2. Use Client or WsClient classes from package
See documentation for Client or WsClient
Development
Ensure proper code style
Run following command to format your code before commit:
npm run formatPublishing
1. Increment version
Package uses Semantic Versioning. You should increment package version before publishing
If you introduce breaking changes, run:
npm version majorIf your changes is backward-compatible, run:
npm version minorIf you fixed a bug, run:
npm version patch2. Push to repository with tags
git push origin main --tagsNew release and package version will be created automatically
