A map containing possible out-of-band callbacks related to the parent operation. Each value in the map is a Path Item Object that describes a set of requests that may be initiated by the API provider and the expected responses. The key value used to identify the callback object is an expression, evaluated at runtime, that identifies a URL to use for the callback operation.
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
GroophyLifefor/yelixYelix is a powerful web server library built specifically for Deno, leveraging the Hono framework in the background. Including built-in data validation, OpenAPI 3.1 support, and auto-generated backend documentation.
Add Package
deno add jsr:@murat/yelix
Import symbol
import { type OpenAPICallback } from "@murat/yelix";
Import directly with a jsr specifier
import { type OpenAPICallback } from "jsr:@murat/yelix";