oRPC Hey API Integration
Installation
SKILL.md
Hey API Integration
Hey API integrates two ways:
- Generate an oRPC contract from existing OpenAPI specification.
- Convert an existing Hey API client to an oRPC client.
Integration is still unstable.
Convert OpenAPI to an oRPC Contract
If you have an OpenAPI spec, use Hey API to generate an oRPC contract. See OpenAPI to Contract.
Use the generated contract to:
- Implement on your own server with Implement Contract.
- Create a type-safe client with OpenAPILink.
- Use as a reference alongside Define Contract.
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