Skip to content

nomalab/deno_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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");

About

Deno lib to handle Nomalab API with deno

Resources

License

Stars

Watchers

Forks

Packages

No packages published