OpenAPI-generated TypeScript/Axios client for the CloudHospital Admin API. Version 5.90.39, auto-generated from OpenAPI spec with frequent releases. Provides typed API methods and models for administrative operations, leveraging Axios for HTTP requests. Differentiates from generic HTTP clients by offering complete type safety and autocompletion for all admin endpoints. Currently active and regularly updated to match API changes.
npm install ch-admin-api-client-typescriptNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a configured client instance and make a simple GET request to the admin API using the generated TypeScript client.
Pin to a specific version and review changelog before upgrading.
Use named imports as shown in documentation.
Migrate to suggested alternatives as indicated in JSDoc comments.
Ensure axios is installed at a compatible version.
Install package: npm install ch-admin-api-client-typescript. Ensure tsconfig.json includes node_modules types.
Check the generated API methods on the client object; use autocomplete or read the generated Source to confirm method names.
Verify ADMIN_API_KEY environment variable is set and valid.