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

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

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