🚀 Socket Launch Week 🚀 Day 4: Introducing Historical Analytics.Learn More

@dopplerhq/node-sdk

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dopplerhq/node-sdk

DopplerSDK

1.3.0
latest
Version published
Weekly downloads
23K
12.37%
Maintainers
4
Weekly downloads
 
Created

@dopplerhq/node-sdk

Doppler's SDK for Node provides convenient access to the Doppler API from applications written in JavaScript or TypeScript.

Installation

npm install @dopplerhq/node-sdk

Doppler's Node SDK leverages Node's builtin request libraries and will not install any external dependencies

Usage

import DopplerSDK from '@dopplerhq/node-sdk'

const doppler = new DopplerSDK({ accessToken: 'dp.xx.yyy' });

const res = await doppler.projects.list();
console.log(res);

Reference Docs

A list of all services and service methods

FAQs

Package last updated on 08 Apr 2024

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