Skip to main content
Module

x/netzo/mod.ts>ServiceClientInit

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

Index Signatures

[k: string | symbol]: unknown

Properties

baseURL: string
authorization: Authorization
headers: Record<string, string>
variables: Record<string, unknown>
hooks: { beforeFetch: string; afterFetch: string; onFetchError: string; }
description: string