oRPC OpenAPILink
Installation
SKILL.md
OpenAPILink
Enables communication with an OpenAPIHandler or any API following the OpenAPI Specification using HTTP/Fetch.
Installation
npm install @orpc/openapi-client@latest
Setup
import type { JsonifiedClient } from '@orpc/openapi-client'
import type { ContractRouterClient } from '@orpc/contract'
import { createORPCClient, onError } from '@orpc/client'
import { OpenAPILink } from '@orpc/openapi-client/fetch'
Related skills
More from ali-master/skills
orpc ecosystem
Community resources, starter kits, tools, and libraries for oRPC.
2orpc event iterator (sse)
Streaming responses, real-time updates, and server-sent events using oRPC.
2orpc comparison
How oRPC differs from tRPC, ts-rest, and Hono.
2orpc middleware
Middleware enables reusable and extensible procedures in oRPC.
2orpc metadata
Enhance your procedures with metadata.
2orpc playgrounds
Interactive development environments for exploring and testing oRPC functionality.
2