UNPKG

@startbutton/node-sdk

Version:
15 lines 729 B
/** * StartButton Node.js SDK * * Official Node.js SDK for the StartButton Payment API * * @packageDocumentation */ export { StartButtonSDK } from './core/client'; export type { SDKConfig, SDKOptions, ApiResponse, RequestOptions, HttpClientConfig, ErrorResponse, PaginationParams, DateRangeParams, SDKHeaders, } from './core/types'; export { StartButtonError, AuthenticationError, ValidationError, RateLimitError, ServerError, } from './core/http-client'; export { SDKConfigManager } from './core/config'; export { HttpClient } from './core/http-client'; export { ENVIRONMENTS, SDK_CONSTANTS } from './core/types'; export { StartButtonSDK as default } from './core/client'; //# sourceMappingURL=index.d.ts.map