mirror of
https://dev.azure.com/tstanciu94/PhantomMind/_git/Bitip
synced 2025-10-13 01:52:19 +03:00
fix: update testing details in documentation for Node.js client library
This commit is contained in:
parent
dbb821fe92
commit
7de7001993
@ -11,7 +11,7 @@
|
|||||||
"title": "Client Libraries",
|
"title": "Client Libraries",
|
||||||
"items": [
|
"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.",
|
"**.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"
|
"**REST API** - Direct HTTP access available for any programming language with full OpenAPI/Swagger documentation"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
"**TypeScript First** - Full type definitions and IntelliSense support",
|
"**TypeScript First** - Full type definitions and IntelliSense support",
|
||||||
"**Dual Module Format** - CommonJS and ESM exports for maximum compatibility",
|
"**Dual Module Format** - CommonJS and ESM exports for maximum compatibility",
|
||||||
"**Async/Await API** - Modern promise-based interface with AbortSignal cancellation",
|
"**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",
|
"**Professional Documentation** - README with installation guide, usage examples, and API reference",
|
||||||
"**Minimal Dependencies** - Only requires axios for HTTP requests",
|
"**Minimal Dependencies** - Only requires axios for HTTP requests",
|
||||||
"**Tree-shakeable** - Optimized bundle with dead code elimination"
|
"**Tree-shakeable** - Optimized bundle with dead code elimination"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user