Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 379 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 379 Bytes

Nomalab deno lib

Deno lib to handle Nomalab API with deno

Example

import {
  Nomalab,
  Show,
} from "https://raw.githubusercontent.com/nomalab/deno_lib/main/mod.ts";

const apiToken = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
const context = "beta";
const nomalab = new Nomalab(context, apiToken);
const show = await nomalab.getShow("xxx-x-xxx--xxxx-xxxxx");