New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@apolloai/api-client

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apolloai/api-client - npm Package Compare versions

Comparing version 0.9.1 to 0.10.0

32

package.json
{
"name": "@apolloai/api-client",
"version": "0.9.1",
"version": "0.10.0",
"description": "Client for the apollo.ai APIs.",

@@ -35,2 +35,3 @@ "keywords": [

"dependencies": {
"got": "~11.3.0",
"lodash": "^4.17.15",

@@ -40,17 +41,18 @@ "node-fetch": "^2.6.0"

"devDependencies": {
"@types/jest": "^25.1.3",
"@types/lodash": "^4.14.149",
"@types/node": "^13.7.7",
"@types/node-fetch": "^2.5.5",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"ts-jest": "^25.2.1",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
"@types/jest": "~25.2.3",
"@types/lodash": "~4.14.155",
"@types/node": "~14.0.11",
"@types/node-fetch": "~2.5.7",
"@typescript-eslint/eslint-plugin": "~3.1.0",
"@typescript-eslint/parser": "~3.1.0",
"eslint": "~7.2.0",
"eslint-config-prettier": "~6.11.0",
"eslint-plugin-prettier": "~3.1.3",
"jest": "~26.0.1",
"minimist": "^1.2.5",
"prettier": "~2.0.5",
"ts-jest": "~26.1.0",
"ts-node": "~8.10.2",
"typescript": "~3.9.5"
}
}
# @apolloai/api-client
![Test](https://github.com/apolloai/api-client/workflows/Test/badge.svg)
![CICD](https://github.com/apolloai/api-client/workflows/CICD/badge.svg)
This is the official client for the [apollo.ai API](https://docs.apollo.ai). Currently, only the autoabstract and clustering endpoints are supported. Support the pdf segmentation endpoints is planned.

@@ -23,3 +26,3 @@ There are also some yet undocumented/semi-official helper endpoints available like extraction, sanitation and continuous clustering.

```
import { DefaultApiClient } from '@apolloai/api-client';
import { ApiClient } from '@apolloai/api-client';
```

@@ -30,4 +33,4 @@

```
const apolloClient = new DefaultApiClient('your apollo API key');
const apolloClient = new ApiClient('your apollo API key');
const result = await apolloClient.autoabstract({ headline, text, maxCharacters, keywords });
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc