xts-interactive-api
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "xts-interactive-api", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "The official JS client library for the Symphony Fintech Trading API's", | ||
@@ -5,0 +5,0 @@ "main": "./lib/", |
@@ -33,3 +33,3 @@ # xts-interactive-nodeJS-api-v2 | ||
```js | ||
xtsInteractive = new XTSInteractive(“https://developers.symphonyfintech.in”); | ||
xtsInteractive = new XTSInteractive('https://developers.symphonyfintech.in'); | ||
``` | ||
@@ -65,7 +65,9 @@ | ||
var XTSInteractiveWS = require('xts-interactive-api').WS; | ||
xtsInteractiveWS = new XTSInteractiveWS(“https://developers.symphonyfintech.in”); | ||
xtsInteractiveWS = new XTSInteractiveWS( | ||
'https://developers.symphonyfintech.in' | ||
); | ||
var socketInitRequest = { | ||
userID: "XYZ", | ||
token: "ABCDJGJKHK", // Token Generated after successful LogIn | ||
}; | ||
userID: 'XYZ', | ||
token: 'ABCDJGJKHK', // Token Generated after successful LogIn | ||
}; | ||
xtsInteractiveWS.init(socketInitRequest); | ||
@@ -72,0 +74,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
288
58829