Open Issues Need Help
View All on GitHubOpenAPI based HTTP Client code generator
OpenAPI based HTTP Client code generator
OpenAPI based HTTP Client code generator
OpenAPI based HTTP Client code generator
OpenAPI based HTTP Client code generator
OpenAPI based HTTP Client code generator
OpenAPI based HTTP Client code generator
OpenAPI based HTTP Client code generator
AI Summary: The task involves adding support for OpenAPI overlays to the Kiota code generator. This requires adding a new command-line option to handle overlay files, modifying existing commands to utilize this option, updating the generation configuration and RPC server to incorporate the overlay functionality, integrating the change into the TypeScript API, adding a dependency to the project, implementing overlay application logic, and writing unit tests. The goal is to allow users to apply patches to OpenAPI descriptions without modifying the original file.
OpenAPI based HTTP Client code generator
AI Summary: The task is to debug and fix a bug in the Kiota C# code generator. The bug causes compilation errors when the OpenAPI specification includes API paths containing underscores. The solution likely involves modifying the code generator's template or parsing logic to handle underscores correctly in generated C# variable names.
OpenAPI based HTTP Client code generator