CloudBridge Node.js + TypeScript SDK (simple file upload)
npm install cloudbridge-sdkProduction-grade Node.js + TypeScript SDK for CloudBridge.
All options are instance-scoped.
- baseUrl: defaults to
- Headers: , (HMAC-SHA256(accessKey, secretKey))
- Retries: only 429, respects header
- Concurrency: internal limiter, default 10
- Small file batching: <= 1MB, batch up to 5 files per folder
- Build:
- Lint:
- Test:
MIT