1.0.0 • Published 2 years ago
test-sdk-with-webhook v1.0.0
test-sdk-with-webhook
| Table of Content |
|---|
| APIs |
| Models |
| Authorization |
- JavaScript client for orders
Orders API 9This SDK is automatically generated by the TMatic API Generator project:
- API version: 1.0.1
- Package version: 1.0.0
Installation
For Node.js
Then install it via npm:
npm install test-sdk-with-webhook --saveIf the library is hosted at a git repository, e.g.https://github.com/ YOUR_USERNAME/test-sdk-with-webhook then install it via:
npm install
YOUR_USERNAME/test-sdk-with-webhook --saveLocal development
To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Let's call this JAVASCRIPT_CLIENT_DIR. Then run:
npm installNext, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR:
npm linkTo use the link you just defined in your project, switch to the directory you want to use your test-sdk-with-webhook from, and run:
npm link /path/to/<JAVASCRIPT_CLIENT_DIR>Finally, you need to build the module:
npm run build1.0.0
2 years ago