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

x/netzo/src/mod.ts>Netzo

SDK for Netzo, the open platform to instantly deploy JavaScript and TypeScript to URL endpoints, connect essential APIs, automate business processes and build internal tools faster, without managing servers.
Go to Latest
variable Netzo
import { Netzo } from "https://deno.land/x/netzo@v0.1.52/src/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) })