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 RepositoriesCall Adapters

Modular components that transform network execution results into various asynchronous types or streams.

Distinguishing note: Specifically handles the transformation of execution results, distinct from data serialization.

Explore 3 awesome GitHub repositories matching web development · Call Adapters. Refine with filters or upvote what's useful.

Awesome Call Adapters GitHub Repositories

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

    square/retrofit

    43,895Auf GitHub ansehen↗

    Retrofit is a type-safe HTTP client that simplifies network communication by allowing developers to define API endpoints as interface methods. By using annotation-driven request mapping, it automatically translates these interface definitions into structured HTTP requests, ensuring consistent data structures and reducing manual configuration when interacting with remote web services. The project distinguishes itself through a highly modular architecture that separates network transport from data handling. It utilizes dynamic proxy generation to process method calls at runtime and offers a plu

    Enables the transformation of network execution results into various asynchronous types or observable streams via modular adapters.

    HTMLandroidjava
    Auf GitHub ansehen↗43,895
  • ionic-team/capacitorAvatar von ionic-team

    ionic-team/capacitor

    15,054Auf GitHub ansehen↗

    Capacitor is a cross-platform mobile framework that enables developers to build native applications using web technologies. It functions as a hybrid app container, wrapping web assets within a native runtime that provides a standardized bridge to device hardware and system-level services. By exposing native functionality through a plugin-based architecture, it allows web applications to access platform-specific features while maintaining a consistent interface across mobile and desktop environments. The project distinguishes itself by maintaining native project files as source assets, allowin

    Persists plugin call references to handle operations requiring background processing.

    TypeScriptandroidcapacitorcordova
    Auf GitHub ansehen↗15,054
  • jakewharton/retrofit2-kotlin-coroutines-adapterAvatar von JakeWharton

    JakeWharton/retrofit2-kotlin-coroutines-adapter

    1,962Auf GitHub ansehen↗

    Diese Bibliothek dient als Brücke zwischen Netzwerk-Service-Interfaces und asynchronen Concurrency-Primitiven. Sie ermöglicht den nicht-blockierenden Datenabruf durch die Umwandlung standardmäßiger synchroner Netzwerk-Request-Objekte in Deferred-Typen, was es Entwicklern erlaubt, Hintergrundaufgaben durch strukturierte Concurrency-Muster zu verwalten. Das Projekt fungiert als Plugin für Netzwerk-Service-Definitionen und nutzt dynamische Proxy-Generierung, um Methodenaufrufe zur Laufzeit abzufangen. Durch das Mapping von Response-Streams direkt auf Coroutine-basierte Futures erleichtert es die Ausführung von Remote-API-Anfragen, ohne den Haupt-Anwendungsthread zu unterbrechen. Diese Funktionen unterstützen die Integration von Netzwerkoperationen in die Lebenszyklen mobiler Anwendungen und stellen sicher, dass der Datenabruf im Hintergrund reaktionsfähig bleibt. Die Bibliothek wurde entwickelt, um bestehende Netzwerk-Client-Interfaces um moderne asynchrone Programmierabläufe zu erweitern.

    Extends network clients by intercepting service method declarations to transform standard request objects into custom asynchronous types.

    Kotlin
    Auf GitHub ansehen↗1,962
  1. Home
  2. Web Development
  3. Call Adapters

Unter-Tags erkunden

  • Asynchronous Call ManagersSystems for persisting plugin call references to handle multi-step or background processing. **Distinct from Call Adapters:** Distinct from call adapters: focuses on the persistence of call references rather than result transformation.