quickbooks-api
Version:
A modular TypeScript SDK for seamless integration with Intuit QuickBooks APIs. Provides robust authentication handling and future-ready foundation for accounting, payments, and commerce operations.
12 lines (8 loc) • 353 B
text/typescript
// Export the Types
export * from './types/types';
// Export the Auth Provider
export { AuthProvider } from './packages/auth/auth-provider';
// Export the API Client
export { ApiClient } from './packages/api/api-client';
// Export the Query Builder
export { InvoiceQueryBuilder as QueryBuilder } from './packages/api/invoices/invoice-query-builder';