@vepler/http-sdk
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -49,3 +49,3 @@ "use strict"; | ||
api = (0, config_1.getApiInstance)('area-reference'); | ||
return [4 /*yield*/, api.post("/metric-values", { | ||
return [4 /*yield*/, api.query("/metric-values", { | ||
metricIds: metricIds, | ||
@@ -52,0 +52,0 @@ geographicEntityIds: geographicEntityIds, |
{ | ||
"name": "@vepler/http-sdk", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "The Official Propbar HTTP SDK.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -48,3 +48,3 @@ import { getApiInstance, initialisedConfig } from '../../../config'; | ||
return await api.post( | ||
return await api.query( | ||
`/metric-values`, | ||
@@ -51,0 +51,0 @@ { |
Sorry, the diff of this file is not supported yet
52556