be-api-client
Advanced tools
Comparing version 0.0.23 to 0.0.24
12
index.js
@@ -207,2 +207,10 @@ const rp = require('request-promise-native') | ||
async function entityId(){ | ||
return await doGet('/entities/entityId') | ||
} | ||
async function contractIds(entityId){ | ||
return await doGet('/entities/'+entityId+'/contractIds') | ||
} | ||
return { | ||
@@ -227,3 +235,5 @@ isAPIRunning, | ||
getFundBuyOrdersByDate, | ||
getFundSellOrdersByDate | ||
getFundSellOrdersByDate, | ||
entityId, | ||
contractIds | ||
} | ||
@@ -230,0 +240,0 @@ } |
{ | ||
"name": "be-api-client", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "A node.js client for the be-api.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7225
214
1