awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesSchema-to-Struct Mappers

Tools that transform API schemas into strongly typed language structures.

Distinct from Struct Mapping: Maps OpenAPI JSON schemas to Go structs, distinct from mapping database hashes to structs.

Explore 2 awesome GitHub repositories matching data & databases · Schema-to-Struct Mappers. Refine with filters or upvote what's useful.

Awesome Schema-to-Struct Mappers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • deepmap/oapi-codegenAvatar de deepmap

    deepmap/oapi-codegen

    8,398Ver en GitHub↗

    oapi-codegen is a suite of generators that converts OpenAPI 3 specifications into type-safe Go client libraries, server boilerplate, and data models. It provides tools for producing production-ready HTTP clients and server-side interfaces to ensure that Go implementations remain compliant with defined API contracts. The tool supports server generation across various web frameworks and allows for extensive customization via template overrides, specification overlays, and custom type definition mappings. It handles complex API requirements through external reference resolution to organize code

    Transforms OpenAPI JSON schemas into strongly typed Go structures with custom tags for serialization.

    Go
    Ver en GitHub↗8,398
  • homerchen19/nba-goAvatar de homerchen19

    homerchen19/nba-go

    3,716Ver en GitHub↗

    nba-go is a basketball analytics tool and data aggregator that provides a command line interface for retrieving professional basketball league information, player statistics, and team performance metrics. The application enables game analysis through team statistics comparisons and pregame metric evaluations to predict outcomes. It also provides player analysis utilities to evaluate and compare athletic performance metrics across multiple individuals. The tool covers a broad range of data retrieval capabilities, including game schedules, live scoreboards with play-by-play updates, and post-g

    Maps raw API responses into strongly typed Go structures to ensure data consistency.

    JavaScriptbasketballbox-scorecli
    Ver en GitHub↗3,716
  1. Home
  2. Data & Databases
  3. Hash Data Structures
  4. Struct Mapping
  5. Schema-to-Struct Mappers

Explorar subetiquetas

  • API Response MappingsMapping of API response payloads into strongly typed language structures. **Distinct from Schema-to-Struct Mappers:** Distinct from Schema-to-Struct Mappers by focusing on the runtime mapping of API responses rather than the conversion of OpenAPI schemas.
  • Struct-Tag MappersUtilities that use struct tags to automatically transform and validate input text into organized objects. **Distinct from Schema-to-Struct Mappers:** Distinct from Schema-to-Struct Mappers: focuses on mapping raw text via struct tags rather than transforming API schemas.