Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/src/clients/http/mod.ts>createClient

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
function createClient
import { createClient } from "https://deno.land/x/netzo@v0.1.52/src/clients/http/mod.ts";

Minimal, type-safe REST client using JS proxies

Type Parameters

optional
R extends ResponseType = "json"

Parameters

optional
defaultOptions: Omit<FetchOptions<R>, "method"> = [UNSUPPORTED]