fix: update testing details in documentation for Node.js client library

This commit is contained in:
Tudor Stanciu 2025-10-12 15:10:00 +03:00
parent dbb821fe92
commit 7de7001993
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
"title": "Client Libraries",
"items": [
"**.NET / C# - Bitip.Client** - Official NuGet package with strongly-typed models, async/await support, and dependency injection integration. Includes comprehensive IntelliSense documentation and 40 unit/integration tests for reliability.",
"**Node.js / TypeScript - @flare/bitip-client** - Official npm package with full TypeScript support, dual module format (CommonJS + ESM), and modern async/await API. Includes IP validation, request cancellation, and 33 comprehensive tests for reliability.",
"**Node.js / TypeScript - @flare/bitip-client** - Official npm package with full TypeScript support, dual module format (CommonJS + ESM), and modern async/await API. Includes IP validation, request cancellation, and 19 comprehensive tests for reliability.",
"**REST API** - Direct HTTP access available for any programming language with full OpenAPI/Swagger documentation"
]
},

View File

@ -28,7 +28,7 @@
"**TypeScript First** - Full type definitions and IntelliSense support",
"**Dual Module Format** - CommonJS and ESM exports for maximum compatibility",
"**Async/Await API** - Modern promise-based interface with AbortSignal cancellation",
"**Comprehensive Testing** - 33 passing tests with 100% coverage of core functionality",
"**Comprehensive Testing** - 19 passing tests with 100% coverage of core functionality",
"**Professional Documentation** - README with installation guide, usage examples, and API reference",
"**Minimal Dependencies** - Only requires axios for HTTP requests",
"**Tree-shakeable** - Optimized bundle with dead code elimination"