2 مستودعات
Tools that transform API specifications into executable source code for clients and servers.
Distinct from OpenAPI Processors: Distinct from general OpenAPI Processors by focusing on generating source code rather than just manipulating or parsing specification files.
Explore 2 awesome GitHub repositories matching data & databases · Code Generators. 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
Generates type-safe Go client and server boilerplate directly from OpenAPI 3 specifications.
Starcoder is a large language model and associated framework designed to generate, complete, and evaluate source code across multiple programming languages. It functions as a source code model that can produce complete function implementations and predict subsequent characters in a line of code based on provided prompts. The project provides a specialized toolkit for adapting base models to specific coding tasks and instruction-following behaviors. This includes a conversational code assistant framework for training models to generate code via natural language chat, as well as a parameter-eff
Provides a large language model specifically designed to generate complete function implementations and predict code characters.