1.0.9 • Published 2 years ago

zoom-api-client v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago