1.0.2
Deno lib to handle Nomalab API with deno
Attributes
Includes Deno configuration
Repository
Current version released
2 years ago
Dependencies
std
Versions
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");