10.5.0 • Published 25 days ago

nestjs-zendesk v10.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
25 days ago

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

10.5.0

25 days ago

10.4.0

3 months ago

10.2.0

7 months ago

10.3.0

6 months ago

10.1.0

8 months ago

10.0.0

11 months ago

9.0.0

1 year ago

8.2.3

2 years ago

8.2.1

2 years ago

8.2.0

2 years ago

8.1.0

3 years ago

8.0.0

3 years ago

1.2.0

3 years ago