zoom-api-js
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Zoom API JavaScript SDK

Unofficial Zoom API JavaScript SDK built from the OpenAPI specification and with TypeScript types.

const zoom = new ZoomApi({ token: 'token' });
const recordings = await zoom.request('GET /users/{userId}/recordings', {
  pathParams: { userId: 'user@email.com' }
});

Readme

Keywords

none

Package Sidebar

Install

npm i zoom-api-js

Weekly Downloads

65

Version

0.1.1

License

ISC

Unpacked Size

3.14 MB

Total Files

13

Last publish

Collaborators

  • sferadev