apollo-ai-api-client
Advanced tools
Comparing version 0.1.18 to 0.1.19
@@ -95,3 +95,2 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
const url = new URL.URL(this.continuedClusteringEndpoint); | ||
const parameters = { | ||
@@ -102,3 +101,3 @@ newArticles, | ||
}; | ||
const clusteringResult = yield node_fetch_1.default(url.toString(), { | ||
const clusteringResult = yield node_fetch_1.default(this.continuedClusteringEndpoint, { | ||
method: 'POST', | ||
@@ -105,0 +104,0 @@ headers: { |
{ | ||
"name": "apollo-ai-api-client", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "Client for the apollo.ai auto abstract api.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
12807
175