HttpMigration converts OpenAPI documents into executable HTTP routes
(IHttpMigrateApplication). Unlike HttpLlm which targets LLM
function calling, this focuses on SDK/client code generation.
Supports all OpenAPI versions (Swagger 2.0, OpenAPI 3.0, 3.1) through
automatic conversion to normalized OpenApi format.
OpenAPI to HTTP migration utilities.
HttpMigrationconverts OpenAPI documents into executable HTTP routes (IHttpMigrateApplication). Unlike HttpLlm which targets LLM function calling, this focuses on SDK/client code generation.Supports all OpenAPI versions (Swagger 2.0, OpenAPI 3.0, 3.1) through automatic conversion to normalized OpenApi format.
Main functions:
Author
Jeongho Nam - https://github.com/samchon