Package Exports
- nestjs-zendesk
- nestjs-zendesk/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nestjs-zendesk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
nestjs-zendesk
Install
npm install nestjs-zendeskUsage
import * as zendesk from "node-zendesk";
@Module({
imports: [
zendeskModule.forRoot({
username: "name",
token: "token",
remoteUri: "http://example.com",
}),
],
})
export class AppModule {}
// using in service class
export class Service {
constructor(@InjectZendesk() private readonly zendesk: zendesk.Client) {}
}Contributing
PRs accepted.
License
MIT © g59