awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesProvider Coordinators

Coordinator objects that manage the lifecycle of a request from its type-safe definition to the network session.

Distinct from Request Execution: Specifically focuses on the provider-based coordination pattern rather than general request execution parameters.

Explore 1 awesome GitHub repository matching networking & communication · Provider Coordinators. Refine with filters or upvote what's useful.

Awesome Provider Coordinators GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • moya/moyaAvatar de Moya

    Moya/Moya

    15,364Voir sur GitHub↗

    Moya is a network abstraction layer for Swift that provides a structured framework for defining and executing REST API requests. It functions as a type-safe API client that decouples network endpoint definitions from the underlying implementation details to prevent configuration errors and URL typos. The project distinguishes itself by using protocol-based endpoint definitions and a provider-coordinated execution model. It includes a system for mapping network responses to strongly typed objects and features a dedicated tool for generating type-safe network interface files from external REST

    Uses a provider coordinator to manage the entire lifecycle of a network request.

    Swift
    Voir sur GitHub↗15,364
  1. Home
  2. Networking & Communication
  3. Communication Protocols and Architectures
  4. Request Processing Architectures
  5. Request Execution
  6. Provider Coordinators