zoom-api-js
v0.4.0
Published
Zoom auto-generated type-safe API client
Downloads
114
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]' }
});