Socket
Book a DemoInstallSign in
Socket

nestjs-zendesk

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-zendesk

![Actions Status](https://github.com/g59/nestjs-plugins/workflows/Node%20CI/badge.svg) [![npm version](https://badge.fury.io/js/nestjs-zendesk.svg)](https://badge.fury.io/js/nestjs-zendesk)

latest
Source
npmnpm
Version
11.0.0
Version published
Maintainers
3
Created
Source

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

Keywords

nest

FAQs

Package last updated on 12 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts