nestjs-zendesk
TypeScript icon, indicating that this package has built-in type declarations

10.5.0 • Public • Published

nestjs-zendesk

Actions Status npm version

Install

npm install nestjs-zendesk

Usage

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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i nestjs-zendesk

    Weekly Downloads

    54

    Version

    10.5.0

    License

    MIT

    Unpacked Size

    17.9 kB

    Total Files

    31

    Last publish

    Collaborators

    • 9renpoto
    • yasai-t
    • abyssparanoia