apollo-ai-api-client
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -11,2 +11,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const node_fetch_1 = require("node-fetch"); | ||
class ApolloAiClient { | ||
@@ -27,3 +28,3 @@ constructor(apiKey) { | ||
} | ||
const response = yield fetch('https://api.apollo.ai/autoabstract', { | ||
const response = yield node_fetch_1.default('https://api.apollo.ai/autoabstract', { | ||
method: 'POST', | ||
@@ -30,0 +31,0 @@ headers: { |
{ | ||
"name": "apollo-ai-api-client", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Client for the apollo.ai auto abstract api.", | ||
@@ -5,0 +5,0 @@ "keywords": ["api client", "text processing", "auto abstract"], |
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
6315
63
0