1 repository
Mechanisms for keeping generated clients aligned with specific versions of an API specification.
Distinct from API Client Generators: Distinct from API Client Generators: focuses on the maintenance and synchronization process using lock files rather than the initial generation.
Explore 1 awesome GitHub repository matching software engineering & architecture · Version Syncing. Refine with filters or upvote what's useful.
Kiota is a multi-language SDK generator and REST API client orchestrator that transforms OpenAPI descriptions into strongly typed client libraries. It provides a framework for managing API specifications and generating typed interfaces to eliminate manual boilerplate development. The project utilizes a template-driven source emission system to map API specifications to native language types. It ensures consistency across environments using lock-file version syncing and organizes API endpoints into a nested object structure based on the hierarchical mapping of URI paths. The toolset includes
Ensures generated clients remain consistent across environments by tracking API description versions via lock files.