Installation
npm install @scalekit-sdk/nodev2.9.0TypeScriptESM Ready
Updated2 days ago
npm install @scalekit-sdk/nodeimport { ScalekitClient } from '@scalekit-sdk/node';
const scalekit = new ScalekitClient( process.env.SCALEKIT_ENVIRONMENT_URL, process.env.SCALEKIT_CLIENT_ID, process.env.SCALEKIT_CLIENT_SECRET);
export default scalekit;Full Changelog: v2.8.0...v2.9.0
This release introduces configurable timeouts for management APIs and tool-call APIs.
const scalekit = new ScalekitClient(envUrl, clientId, clientSecret, {
timeoutMs: 20_000,
toolTimeoutMs: 60_000,
});
Full Changelog: v2.7.0...v2.8.0
Full Changelog: 2.6.3...v2.7.0
Full Changelog: 2.6.2...2.6.3
Full Changelog: 2.6.0...2.6.2
Full Changelog: v2.5.0...2.6.0
Bump axios from 1.13.4 to 1.13.5 by @dependabot[bot] in #142
Using speckit: verify accuracy of snippets + make hyperlinks non-relative to base URL by @saif-at-scalekit in #145
Bump qs from 6.14.1 to 6.14.2 by @dependabot[bot] in #144
Bump axios and qs versions by @dhaneshbs in #147
Full Changelog: v2.2.0...v2.2.2