3.2.9 • Published 3 months ago

licensing-node-bb v3.2.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

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 NameDescription
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 KeyKey TypeResponse Data
resultCodeInteger-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
dataObjectYou will get response details of success or null/more error details incase of Failur result codes.
resultStringYou will recive message from backend.

Authors

3.2.9

3 months ago

3.2.8

3 months ago

3.2.7

3 months ago

2.2.0

8 months ago

2.4.0

8 months ago

2.6.0

8 months ago

2.8.0

8 months ago

3.1.9

7 months ago

3.1.8

7 months ago

2.0.0

8 months ago

3.2.2

7 months ago

3.2.1

7 months ago

3.0.3

7 months ago

3.2.0

7 months ago

3.0.2

7 months ago

3.0.1

7 months ago

3.2.6

7 months ago

3.2.5

7 months ago

3.2.4

7 months ago

3.2.3

7 months ago

2.9.2

7 months ago

2.9.1

7 months ago

2.9.4

7 months ago

2.9.3

7 months ago

3.0.0

7 months ago

2.9.6

7 months ago

2.9.5

7 months ago

2.9.8

7 months ago

2.9.7

7 months ago

2.3.0

8 months ago

2.5.0

8 months ago

2.7.0

8 months ago

2.5.1

8 months ago

2.9.0

8 months ago

2.1.0

8 months ago

3.1.0

7 months ago

3.1.7

7 months ago

3.1.6

7 months ago

3.1.5

7 months ago

1.7.1

11 months ago

1.7.0

11 months ago

1.6.0

11 months ago

1.5.21

11 months ago

1.5.20

11 months ago

1.5.15

11 months ago

1.5.12

11 months ago

1.5.10

11 months ago

1.5.9

11 months ago

1.5.8

11 months ago

1.5.5

11 months ago

1.5.1

11 months ago

1.1.1

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago