Skip to main content
Go to Latest
class OpenboxEndpoints
import { OpenboxEndpoints } from "https://deno.land/x/openbox@1.0.3/endpoint.ts";

Constructors

new
OpenboxEndpoints(endpointByPathByMethodMap?: Map<PathKey, Map<MethodKey, OpenboxEndpoint>>)

Methods

get(path: PathKey, method: MethodKey): OpenboxEndpoint | undefined
jsonEndpoint<P extends string, J extends OpenboxJsonRouteConfig<P>>(jsonConfig: J)