zoom-api-js
v0.6.4
Published
Zoom auto-generated type-safe API client
Readme
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: '[email protected]' }
});