awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesClient Wrappers

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.

Awesome Client Wrappers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • actions/toolkitالصورة الرمزية لـ actions

    actions/toolkit

    5,772عرض على GitHub↗

    The GitHub ToolKit for developing GitHub Actions.

    Provides a pre-authenticated Octokit client for making GitHub API calls from workflows.

    TypeScript
    عرض على GitHub↗5,772
  • middleapi/orpcالصورة الرمزية لـ middleapi

    middleapi/orpc

    4,862عرض على GitHub↗

    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.

    TypeScriptapibunjscloudflare-worker
    عرض على GitHub↗4,862
  1. Home
  2. Web Development
  3. API Client Generators
  4. Type-Safe Client Generators
  5. Client Wrappers

استكشف الوسوم الفرعية

  • Authenticated APIPre-authenticated GitHub API clients that provide typed access to repositories, issues, and actions from within a workflow step. **Distinct from Client Wrappers:** Distinct from Client Wrappers: focuses on pre-authenticated GitHub API clients for workflow contexts, not general type-safe client wrapping.