UNPKG

novel-reader-sdk

Version:

SDK for Novel Reader API

13 lines 599 B
/** * Novel Reader Scraping Service SDK * * Type-safe client for consuming the scraping service API * Provides unified types and client for main application integration */ export * from './types'; export { ScrapingServiceClient } from './client'; export type { ScrapingServiceConfig } from './client'; export * from './utils'; export * from './errors'; export type { NovelDetails, ChapterData, NovelSearchResult, SiteConfiguration, HealthStatus, HealthOverview, ProxyHealthStatus, BrowserHealthStatus, ServiceStatus, ProxyProviderBreakdown, } from './types'; //# sourceMappingURL=index.d.ts.map