laplace-api
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "laplace-api", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Client library for Laplace API for the US stock market and BIST (Istanbul stock market) fundamental financial data.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -39,3 +39,3 @@ import { Client } from "./client"; | ||
export class LivePriceWebSocketUrlClient extends Client { | ||
export class LivePriceClient extends Client { | ||
async getWebSocketUrl( | ||
@@ -42,0 +42,0 @@ externalUserId: string, |
@@ -5,3 +5,3 @@ import { Logger } from "winston"; | ||
import "./client_test_suite"; | ||
import { LivePriceWebSocketUrlClient } from "../client/live-price"; | ||
import { LivePriceClient } from "../client/live-price"; | ||
import { | ||
@@ -13,3 +13,3 @@ BISTStockLiveData, | ||
describe("LivePrice", () => { | ||
let livePriceUrlClient: LivePriceWebSocketUrlClient; | ||
let livePriceUrlClient: LivePriceClient; | ||
let url: string; | ||
@@ -32,3 +32,3 @@ let ws: LivePriceWebSocketClient; | ||
livePriceUrlClient = new LivePriceWebSocketUrlClient(config, logger); | ||
livePriceUrlClient = new LivePriceClient(config, logger); | ||
url = await livePriceUrlClient.getWebSocketUrl("2459", Region.Tr); | ||
@@ -35,0 +35,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
68929
5
0