Skip to main content
Module

x/netzo/mod.ts>Netzo

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
variable Netzo
import { Netzo } from "https://deno.land/x/netzo@v0.1.8/mod.ts";

Constructor function for the Netzo Web SDK.

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

Examples

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

type

(options: INetzoOptions) => unknown