@vepler/http-sdk
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -49,3 +49,3 @@ "use strict"; | ||
api = (0, config_1.getApiInstance)('property'); | ||
return [4 /*yield*/, api.get("/query", { | ||
return [4 /*yield*/, api.query("/query", { | ||
sourceIds: sourceIds, | ||
@@ -52,0 +52,0 @@ limit: limit, |
{ | ||
"name": "@vepler/http-sdk", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "The Official Propbar HTTP SDK.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -39,3 +39,3 @@ import { getApiInstance, initialisedConfig } from '../../../config'; | ||
return await api.get( | ||
return await api.query( | ||
`/query`, | ||
@@ -42,0 +42,0 @@ { |
Sorry, the diff of this file is not supported yet
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
38830