Skip to content

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

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages