be-api-client
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -152,2 +152,6 @@ const rp = require('request-promise-native') | ||
async function getFund(id){ | ||
return (doGet('/funds/' + id)) | ||
} | ||
async function getFunds(){ | ||
@@ -247,2 +251,3 @@ const query = {} | ||
addFund, | ||
getFund, | ||
getFunds, | ||
@@ -249,0 +254,0 @@ addFundBuyOrders, |
{ | ||
"name": "be-api-client", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"description": "A node.js client for the be-api.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7702
237