awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • probot/probotAvatar von probot

    probot/probot

    9,558Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,558
  • github-changelog-generator/github-changelog-generatorAvatar von github-changelog-generator

    github-changelog-generator/github-changelog-generator

    7,529Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,529
  • stripe/stripe-nodeAvatar von stripe

    stripe/stripe-node

    4,442Auf GitHub ansehen↗

    Dies ist eine typisierte serverseitige Bibliothek und ein Payment-Gateway-SDK für die Integration von Stripe in Node.js-Anwendungen. Sie bietet einen typisierten Client zur Verwaltung von Zahlungen, Kunden und Abonnements und stellt spezialisierte Tools für die Ausführung sicherer Finanztransaktionen und die Verwaltung von Abrechnungsressourcen bereit. Die Bibliothek zeichnet sich durch einen idempotenten API-Client aus, der doppelte Operationen mittels Idempotency-Keys und exponentieller Backoff-Retry-Logik verhindert. Sie enthält einen Webhook-Signatur-Validator zur Überprüfung der Authentizität eingehender HTTPS-Event-Benachrichtigungen sowie einen Async-Iterator-Pagination-Wrapper für das Durchlaufen großer Datensätze. Das Projekt deckt eine breite Palette von Funktionen ab, einschließlich Abonnement-Abrechnungsmanagement, Payment-Plattform-Orchestrierung für verbundene Konten und Ressourcensuche. Es bietet umfassende Response-Verarbeitung durch Objekt-Expansion und Feldauswahl, neben Sicherheitsfunktionen für API-Request-Authentifizierung und Webhook-Verifizierung. Die Bibliothek ist in TypeScript geschrieben.

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

    TypeScript
    Auf GitHub ansehen↗4,442
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. GitHub Clients
  5. Authenticated API Clients