Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/mod.ts>Netzo

Netzo - roll out internal tools faster
Go to Latest
variable Netzo
import { Netzo } from "https://deno.land/x/netzo@v0.1.55/mod.ts";

Constructor function for the Netzo SDK.

This is the main entry point for the Netzo SDK. It is used to create a new instance of the SDK. It handles authentication internally.

Examples

const netzo = new Netzo({ apiKey: Deno.env.get('API_KEY) })