oRPC OpenAPI Handler
Installation
SKILL.md
OpenAPI Handler
OpenAPIHandler enables communication with clients over RESTful APIs adhering to the OpenAPI specification.
Supported Data Types
- string, number (
NaN→null), boolean, null - undefined (
undefinedin arrays →null) - Date (
Invalid Date→null) - BigInt →
string, RegExp →string, URL →string - Record (object), Array
- Set →
array, Map →array - Blob, File (unsupported in
AsyncIteratorObject) - AsyncIteratorObject (only at root; powers Event Iterator)
- ReadableStream<Uint8Array> (root level only)
If payload contains
BloborFileoutside root, it must usemultipart/form-dataand apply Bracket Notation.
Installation
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 openapilink
Use OpenAPILink in oRPC clients to communicate with OpenAPI-compliant APIs.
2orpc middleware
Middleware enables reusable and extensible procedures in oRPC.
2orpc metadata
Enhance your procedures with metadata.
2