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

0.4.5 • 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' }
});

/zoom-api-js/

    Package Sidebar

    Install

    npm i zoom-api-js

    Weekly Downloads

    30

    Version

    0.4.5

    License

    ISC

    Unpacked Size

    3.69 MB

    Total Files

    10

    Last publish

    Collaborators

    • sferadev