@jupiterone/jupiterone-client-nodejs
Advanced tools
Changelog
[2.1.0] - 2024-07-23
queryv1
function to use cursors instead of the legacy LIMIT SKIP
pagination approachChangelog
[2.0.1] - 2024-07-02
Content-Type
request header to lower case. This conforms to https://www.rfc-editor.org/rfc/rfc7540#section-8.1.2. And also addresses an issue where Content-Type and content-type headers were both being added.
Thanks SrdjanCosicPrica for the contribution!Changelog
[2.0.0] - 2024-05-13
ingestEntities
and ingestCommitRange
methodsChangelog
[1.1.0] - 2024-02-15
abortSyncJob
and publishEvents
methodsChangelog
[1.0.1] - 2023-10-26
networkRequest
Changelog
[1.0.0] - 2023-10-23
authenticateUser
methodChangelog
[0.26.2] - 2022-04-05
JupiterOneClient
constructor now accept an optional
parameter that allows users to specify a base URL to use during execution.