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

x/netzo/src/types.ts>NetzoSDKInstance

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
interface NetzoSDKInstance
import { type NetzoSDKInstance } from "https://deno.land/x/netzo@v0.1.41/src/types.ts";

Properties

baseURL: string
getApiKey: () => string
service: (ref: string | IService) => Promise<ServiceClient>