Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/integrations/create-api/mod.ts>createApi

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
function createApi
import { createApi } from "https://deno.land/x/netzo@0.4.42/integrations/create-api/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]