Skip to main content
Module

x/netzo/mod.ts>ClientMethodHandler

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
type alias ClientMethodHandler
import { type ClientMethodHandler } from "https://deno.land/x/netzo@v0.1.25/mod.ts";
definition: <T = any, R extends ResponseType = "json">(data?: RequestInit["body"] | Record<string, any>, opts?: Omit<FetchOptions<R>, "baseURL" | "method">) => Promise<MappedType<R, T>>