@apolloai/api-client
Advanced tools
Comparing version 0.9.1 to 0.10.0
{ | ||
"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 }); | ||
``` |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35
3728
3
15
3
0
2
+ Addedgot@~11.3.0
+ Added@sindresorhus/is@2.1.1(transitive)
+ Added@szmarczak/http-timer@4.0.6(transitive)
+ Added@types/cacheable-request@6.0.3(transitive)
+ Added@types/http-cache-semantics@4.0.4(transitive)
+ Added@types/keyv@3.1.4(transitive)
+ Added@types/node@22.13.4(transitive)
+ Added@types/responselike@1.0.3(transitive)
+ Addedcacheable-lookup@5.0.4(transitive)
+ Addedcacheable-request@7.0.4(transitive)
+ Addedclone-response@1.0.3(transitive)
+ Addeddecompress-response@6.0.0(transitive)
+ Addeddefer-to-connect@2.0.1(transitive)
+ Addedend-of-stream@1.4.4(transitive)
+ Addedget-stream@5.2.0(transitive)
+ Addedgot@11.3.0(transitive)
+ Addedhttp-cache-semantics@4.1.1(transitive)
+ Addedhttp2-wrapper@1.0.3(transitive)
+ Addedjson-buffer@3.0.1(transitive)
+ Addedkeyv@4.5.4(transitive)
+ Addedlowercase-keys@2.0.0(transitive)
+ Addedmimic-response@1.0.13.1.0(transitive)
+ Addednormalize-url@6.1.0(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedp-cancelable@2.1.1(transitive)
+ Addedpump@3.0.2(transitive)
+ Addedquick-lru@5.1.1(transitive)
+ Addedresolve-alpn@1.2.1(transitive)
+ Addedresponselike@2.0.1(transitive)
+ Addedundici-types@6.20.0(transitive)
+ Addedwrappy@1.0.2(transitive)