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

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

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

3 مستودعات

Awesome GitHub RepositoriesAuthenticated API Clients

Programmatic clients used to make authorized requests to a platform's API using specific installation tokens.

Distinct from GitHub Clients: Distinct from general GitHub Clients (which are often end-user GUI apps) by focusing on the programmatic client used within a framework.

Explore 3 awesome GitHub repositories matching part of an awesome list · Authenticated API Clients. Refine with filters or upvote what's useful.

Awesome Authenticated API Clients GitHub Repositories

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

    probot/probot

    9,558عرض على GitHub↗

    Probot is a framework for building and deploying GitHub Apps that monitor webhook events and execute automated workflows. It provides a system for receiving and validating event notifications to trigger server-side actions. The project utilizes an event-driven plugin architecture and a middleware-based request processing system to handle authentication, validation, and routing. It employs a dependency-injection pattern to provide a pre-configured API client for authenticated interactions with GitHub services. The framework includes tools for token-based identity management, signature-based p

    Provides a pre-configured client for making authenticated requests to GitHub services using installation tokens.

    TypeScriptgithub-appsprobot
    عرض على GitHub↗9,558
  • github-changelog-generator/github-changelog-generatorالصورة الرمزية لـ github-changelog-generator

    github-changelog-generator/github-changelog-generator

    7,529عرض على GitHub↗

    This project is an automated release note tool and markdown history generator that transforms repository activity into structured documentation. It functions as a GitHub API client and CI/CD pipeline component, aggregating tags, issues, and pull requests to produce categorized summaries of project changes. The tool distinguishes itself through native GitHub Enterprise integration, supporting custom API endpoints for self-hosted server instances. It employs a label-based categorization system to group changes into specific sections and utilizes personal access tokens or OAuth to manage API rat

    Retrieves repository metadata and activity using personal access tokens to bypass API rate limits.

    Rubychangelogchangelog-generatorgenerator
    عرض على GitHub↗7,529
  • stripe/stripe-nodeالصورة الرمزية لـ stripe

    stripe/stripe-node

    4,442عرض على GitHub↗

    هذه مكتبة من جانب الخادم ذات أنواع (typed) وSDK لبوابة دفع لدمج Stripe في تطبيقات Node.js. توفر عميلاً ذا أنواع لإدارة المدفوعات والعملاء والاشتراكات، مع تقديم أدوات متخصصة لتنفيذ المعاملات المالية الآمنة وإدارة موارد الفوترة. تتميز المكتبة بعميل API متطابق (idempotent) يمنع العمليات المكررة باستخدام مفاتيح المطابقة ومنطق إعادة المحاولة المتسارع. تتضمن أداة تحقق من توقيع webhook للتأكد من أن إشعارات أحداث HTTPS الواردة أصلية، وغلاف ترقيم صفحات (pagination wrapper) يعتمد على async-iterator لاجتياز مجموعات البيانات الكبيرة. يغطي المشروع مجموعة واسعة من القدرات، بما في ذلك إدارة فوترة الاشتراكات، وتنسيق منصة الدفع للحسابات المتصلة، والبحث عن الموارد. يوفر معالجة شاملة للاستجابات من خلال توسيع الكائنات واختيار الحقول، إلى جانب ميزات أمنية لمصادقة طلبات API والتحقق من webhook. المكتبة مكتوبة بلغة TypeScript.

    Provides a programmatic client that uses API keys to authenticate and authorize requests to Stripe services.

    TypeScript
    عرض على GitHub↗4,442
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. GitHub Clients
  5. Authenticated API Clients