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.