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

x/netzo/core/plugins/api/mod.ts>ApiConfig

Deno-powered framework for building business web apps
Go to Latest
type alias ApiConfig
import { type ApiConfig } from "https://deno.land/x/netzo@0.3.91/core/plugins/api/mod.ts";
definition: { apiKey?: string; path?: string; idField?: string; methods?: (
| "find"
| "get"
| "create"
| "update"
| "patch"
| "remove"
)[]; }