Installation
Installation steps for the Mod91WebViewSDK.
Installation Steps
Step 1
Get auth token and add to .npmrc file. It is commonly found in the root directory of your system.
Replace [AUTH_TOKEN]
with the auth token given to you and save the file.
Step 2
Run npm install
inside your project to install the package:
Step 3
Importing the package
Example to access PaymentsAPI
:
All the following APIs can be accessed in the same manner.
sdk.[API Name].[Method Name]
Error Handling
All sdk methods are Promises
. They all throw Promise rejection when an error has occured
Last updated
Was this helpful?