awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesAPI Response Serializers

Tools that convert internal data structures into network-ready formats based on API specifications.

Distinguishing note: The candidates are completely unrelated (AI, Robotics, Security); this is a core web framework capability for data transformation.

Explore 3 awesome GitHub repositories matching web development · API Response Serializers. Refine with filters or upvote what's useful.

Awesome API Response Serializers 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.
  • zalando/connexionAvatar de zalando

    zalando/connexion

    4,600Voir sur GitHub↗

    Connexion is a specification-driven framework for building APIs that automatically maps OpenAPI specifications to application logic. It uses these specifications to automate routing, request validation, and response serialization, linking API operations to backend handler functions via operation IDs. The project differentiates itself by providing a schema-driven mock server that simulates API behavior using example responses from the specification without requiring backend logic. It also includes a dynamic documentation hosting system that translates the API specification into a live interact

    Converts objects into the format defined in the API specification before sending them to the client in the product.

    Python
    Voir sur GitHub↗4,600
  • nestjsx/crudAvatar de nestjsx

    nestjsx/crud

    4,330Voir sur GitHub↗

    This project is a REST API framework for NestJS designed to automate the creation of boilerplate-free CRUD endpoints and resource management. It functions as an automated CRUD generator that produces controllers and services for standard database operations, accelerating the development of RESTful APIs. The toolkit includes a REST query parser that translates complex URL parameters into structured database filters, pagination, and sorting rules. It also operates as an API response serializer to control the exposure of entity fields and manage nested relations within JSON responses. For extend

    Transforms internal data structures into network-ready formats and excludes sensitive fields to control response exposure.

    TypeScriptcrudcrud-generatornest
    Voir sur GitHub↗4,330
  • django-tastypie/django-tastypieAvatar de django-tastypie

    django-tastypie/django-tastypie

    3,948Voir sur GitHub↗

    Django Tastypie est un framework pour construire des services web RESTful qui mappent les modèles Django vers des ressources API. Il fonctionne comme un générateur d'API basé sur les modèles, créant automatiquement des endpoints en lecture-écriture pour les modèles de base de données afin de permettre des opérations CRUD standard via HTTP. Le projet sert de sérialiseur de données multi-format et de mapper d'API hypermédia. Il convertit les données de base de données en divers formats de réponse, notamment JSON, XML et YAML, en fonction des requêtes des clients, et transforme les relations de base de données en liens navigables pour la découverte de ressources. La boîte à outils inclut une implémentation de sécurité pour l'authentification des utilisateurs utilisant une poignée de main challenge-réponse pour éviter de transmettre des identifiants en texte clair. Elle fournit également des mécanismes pour mapper des relations de données complexes et gérer la sérialisation des réponses API.

    Provides tools to convert internal data structures into network-ready formats like JSON, XML, and YAML.

    Python
    Voir sur GitHub↗3,948
  1. Home
  2. Web Development
  3. API Response Serializers