Skip to main content
Module

x/netzo/mod.ts>ClientMethodHandler

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
type alias ClientMethodHandler
Re-export
import { type ClientMethodHandler } from "https://deno.land/x/netzo@v0.1.37/mod.ts";
definition: <T = any, R extends ResponseType = "json">(data?: RequestInit["body"] | Record<string, any>, options?: Omit<FetchOptions<R>, "baseURL" | "method">) => Promise<MappedType<R, T>>