3.2.9 • Published 1 year ago
licensing-node-bb v3.2.9
licensing-bb
SDK to create license for any project.
Import Package and Initialize it.
$ npm i licensing-node-bb@latest
const BBLicense = require('licensing-node-bb');
await BBLicense.init("<BASE_URL_LICENSING_SERVER>",LICENSE_KEY);
At the time of initialization 'License Key' is required, This product code is auto generated code from BBLicense when you add any new product. BBLicense
- When it load it will take your system info for security purpose and for License purpose.
- On Init you will get Server Cert. key (Public Key) of that specific product, and it will automatically stored in your storage.
- After initializaltion process you can use the below functions to access other functionality
#List of Functions
Function Name | Description |
---|---|
BBLicense.getConfig(callback(): OPTIONAL) | It will return your system details for license configuration. |
BBLicense.getLicense(callback(): OPTIONAL) | Get License (file) URL from license server to get your license file. |
BBLicense.extractLicense("File_Path",callback(): OPTIONAL) | File_Path: Is the License file path with file name where you uploaded. It will auto extract your license file and return your detail info of license and package. |
Response Key | Key Type | Response Data |
---|---|---|
resultCode | Integer | -1: If any invalid parameter passed to SDk Functions |
--- | Integer | -11 : If any error occured or invalid data passed to License server |
--- | Integer | > 0 : Success response from SDK and Server |
data | Object | You will get response details of success or null/more error details incase of Failur result codes. |
result | String | You will recive message from backend. |
Authors
3.2.9
1 year ago
3.2.8
1 year ago
3.2.7
1 year ago
2.2.0
2 years ago
2.4.0
2 years ago
2.6.0
2 years ago
2.8.0
2 years ago
3.1.9
2 years ago
3.1.8
2 years ago
2.0.0
2 years ago
3.2.2
2 years ago
3.2.1
2 years ago
3.0.3
2 years ago
3.2.0
2 years ago
3.0.2
2 years ago
3.0.1
2 years ago
3.2.6
2 years ago
3.2.5
2 years ago
3.2.4
2 years ago
3.2.3
2 years ago
2.9.2
2 years ago
2.9.1
2 years ago
2.9.4
2 years ago
2.9.3
2 years ago
3.0.0
2 years ago
2.9.6
2 years ago
2.9.5
2 years ago
2.9.8
2 years ago
2.9.7
2 years ago
2.3.0
2 years ago
2.5.0
2 years ago
2.7.0
2 years ago
2.5.1
2 years ago
2.9.0
2 years ago
2.1.0
2 years ago
3.1.0
2 years ago
3.1.7
2 years ago
3.1.6
2 years ago
3.1.5
2 years ago
1.7.1
2 years ago
1.7.0
2 years ago
1.6.0
2 years ago
1.5.21
2 years ago
1.5.20
2 years ago
1.5.15
2 years ago
1.5.12
2 years ago
1.5.10
2 years ago
1.5.9
2 years ago
1.5.8
2 years ago
1.5.5
2 years ago
1.5.1
2 years ago
1.1.1
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago