2 مستودعات
Wraps existing generated clients to provide type-safe interfaces compatible with the ecosystem.
Distinct from Type-Safe Client Generators: Distinct from Type-Safe Client Generators: focuses on wrapping existing clients rather than generating new ones.
Explore 2 awesome GitHub repositories matching web development · Client Wrappers. Refine with filters or upvote what's useful.
The GitHub ToolKit for developing GitHub Actions.
Provides a pre-authenticated Octokit client for making GitHub API calls from workflows.
orpc is a contract-first API development framework for TypeScript that starts with a shared contract definition and generates type-safe clients and servers from that single source of truth. It guarantees end-to-end type safety, meaning inputs, outputs, errors, and streaming data are all checked at compile time across the client–server boundary. What distinguishes orpc from typical RPC frameworks is its ability to export contracts as OpenAPI specifications, to optimize server-side rendering by calling API handlers directly inside the server process, and to support real‑time bidirectional commu
Wraps generated clients from other tools to provide type-safe compatibility.