New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

zoom-api-client

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zoom-api-client

Zoom API package, that helps you to interact with Zoom API

latest
Source
npmnpm
Version
1.0.9
Version published
Weekly downloads
10
150%
Maintainers
1
Weekly downloads
 
Created
Source

Zoom API Client

NodeJS library for working with the Zoom API.

zoom-api-client provides server-side access to the Zoom APIs via JWT access tokens. It's written completely in JS. Works on NodeJS version 8 and higher.

npm i zoom-api-client

Usage

const { ZoomAPI } = require("zoom-api-client");

const client = new ZoomAPI({
  APIKey: process.env.ZoomApiKey,
  APISecret: process.env.ZoomApiSecret,
});

const users = await client.listUsers();

API Progress

This library doesn't (yet) implement every API call. PRs are welcome and encouraged.

Tests

None yet.

Contributing

Pull requests are more than welcome! Please follow existing naming and style conventions, and correct any linting errors.

License

MIT

Keywords

zoom

FAQs

Package last updated on 24 Sep 2022

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