nordnet-next-api
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -58,2 +58,5 @@ 'use strict'; | ||
} | ||
if (options.clientId) { | ||
defaultHeaders['client-id'] = options.clientId; | ||
} | ||
} | ||
@@ -60,0 +63,0 @@ |
{ | ||
"name": "nordnet-next-api", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Nordnet nExt API Javascript client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -126,2 +126,3 @@ # Nordnet nExt API Javascript client | ||
* `nTag` set initial nTag value | ||
* `clientId` set the client-id default header | ||
@@ -128,0 +129,0 @@ ### Passing path parameters |
@@ -34,2 +34,5 @@ import es6Promise from 'es6-promise'; | ||
} | ||
if (options.clientId) { | ||
defaultHeaders['client-id'] = options.clientId; | ||
} | ||
} | ||
@@ -36,0 +39,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53946
1375
213