Accessing the Network Tool Library
const Network = require('hollaex-network-lib');
const client = new Network({
apiKey: '<MY_API_KEY>',
apiSecret: '<MY_API_SECRET>'
activation_code: '<MY_ACTIVATION_CODE>'
});
Last updated
const Network = require('hollaex-network-lib');
const client = new Network({
apiKey: '<MY_API_KEY>',
apiSecret: '<MY_API_SECRET>'
activation_code: '<MY_ACTIVATION_CODE>'
});
Last updated