@ircg/core
v1.20.9
Published
Core types and utilities for IRCG SDK
Readme
@ircg/core
Core types, utilities, and base client for IRCG SDK packages.
This package provides shared functionality used by all IRCG service SDKs:
- Common TypeScript types
- Base HTTP client
- Error handling classes
- Utility functions
Installation
This package is typically installed as a dependency of other IRCG SDK packages and not used directly.
pnpm add @ircg/coreUsage
import { BaseClient, IRCGError } from '@ircg/core';
// Extend BaseClient for your service
class MyServiceClient extends BaseClient {
// Your implementation
}License
MIT
