@gebarbilling/nestjs
v0.1.3
Published
NestJS module helpers for GebarBilling billing.
Downloads
123
Readme
@gebarbilling/nestjs
NestJS module and injectable services for GEBARBILLING.
Install
pnpm add @gebarbilling/nestjsQuickstart
GebarBillingModule.forRoot({
apiKey: process.env.GEBARBILLING_SECRET_KEY,
baseUrl: process.env.GEBARBILLING_BASE_URL
});API Summary
Exports GebarBillingModule.forRoot, GebarBillingModule.forRootAsync, GebarBillingService, and webhook helpers.
Use Nest's built-in @Inject(GEBAR_BILLING) for constructor injection.
