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

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

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

3 مستودعات

Awesome GitHub RepositoriesCustom API Client Development

Tools and patterns for building standardized programmatic interfaces for specific remote services.

Distinct from API Client Development Tools: Shortlist candidates focus on UI customization or specific AI clients rather than general client construction patterns.

Explore 3 awesome GitHub repositories matching development tools & productivity · Custom API Client Development. Refine with filters or upvote what's useful.

Awesome Custom API Client Development GitHub Repositories

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

    jnunemaker/httparty

    5,894عرض على GitHub↗

    HTTParty هي مكتبة عميل HTTP لـ Ruby مصممة لبناء عملاء API قياسيين. تقوم بتجريد بدائيات الشبكة منخفضة المستوى إلى واجهة عالية المستوى، مما يسمح للمطورين بتغليف عناوين URI الأساسية وتكوينات الطلب داخل الفئات للحفاظ على تفاعلات متسقة مع خدمات الويب البعيدة. تقوم المكتبة بأتمتة تحويل بيانات استجابة الشبكة الخام إلى هياكل Ruby أصلية باستخدام نظام قائم على السجل يقوم بتحليل المحتوى بناءً على رؤوس الاستجابة. كما توفر آليات متخصصة لإرسال بيانات النموذج متعددة الأجزاء وبث الحمولات الكبيرة للحفاظ على كفاءة الذاكرة أثناء نقل الملفات. يغطي المشروع مجموعة واسعة من قدرات الشبكات، بما في ذلك تنفيذ عمليات HTTP القياسية، ونقل حمولة JSON، وإدارة اتصالات TLS الآمنة. يتضمن أدوات لمصادقة الطلب، وفك ضغط الاستجابة، وتسجيل حركة مرور الشبكة لأغراض تصحيح الأخطاء. توفر المكتبة أيضاً واجهة سطر أوامر للاستعلام عن خدمات الويب وعرض بيانات الاستجابة ككائنات مهيكلة.

    Provides tools and patterns for building standardized programmatic interfaces for specific remote services.

    Ruby
    عرض على GitHub↗5,894
  • marmelab/ng-adminالصورة الرمزية لـ marmelab

    marmelab/ng-admin

    3,909عرض على GitHub↗

    ng-admin is an AngularJS framework for generating low-code administrative dashboards and graphical user interfaces for managing RESTful API data. It functions as a REST client GUI that translates HTTP requests and responses into editable forms and data tables. The framework utilizes a declarative configuration to map API endpoints to UI components and generates interface views based on provided schema objects. It allows for the customization of the API client through interceptors that transform incoming and outgoing data formats to match specific server requirements. The system provides stan

    Allows mapping of HTTP request and response formats to ensure the web interface matches specific server requirements.

    JavaScriptadminadmin-dashboardangular
    عرض على GitHub↗3,909
  • thephpleague/oauth2-clientالصورة الرمزية لـ thephpleague

    thephpleague/oauth2-client

    3,809عرض على GitHub↗

    This library is a PHP toolkit for managing OAuth 2.0 authentication flows and connecting applications to external service providers. It provides a standardized framework for handling token exchanges, managing authorization grants, and retrieving user profile information from diverse identity platforms. The project is distinguished by its inheritance-based provider pattern, which allows developers to build custom integration clients by extending base logic to support unique service workflows and non-standard API specifications. It employs interface-driven contracts to ensure consistent behavio

    Enables developers to build custom integration clients by extending base logic to handle unique provider requirements.

    PHP
    عرض على GitHub↗3,809
  1. Home
  2. Development Tools & Productivity
  3. Custom API Client Development

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

  • API Response MappersLogic for mapping HTTP request and response formats to match specific server data requirements. **Distinct from Custom API Client Development:** Focuses on the transformation of data formats between server and client rather than the construction of the client library itself.