2 repositorios
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.
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.
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.