Skip to main content
Deno 2 is finally here 🎉️
Learn more

Deno

The Deno client is genrated using the (currently) experimental typescript generator.

Known issues

Generated markdown files are missing identifiers in certain places. For example:

import {  } from '';
import * as fs from 'fs';

const configuration = .createConfiguration();
const apiInstance = new .ManageVideosApi(configuration);

Example

let videoApi = new ManageVideosApi(createConfiguration(
    {
        authMethods: {
            "AccessKey": "STREAM_ACCESS_KEY"
        }
    }
));

console.log(JSON.stringify(await videoApi.videoList(libraryId)));