Migrated application from OpenAPI document.
IHttpMigrateApplication converts OpenAPI operations into callable HTTP routes via HttpMigration.application(). Unlike IHttpLlmApplication which targets LLM function calling, this focuses on SDK/client code generation with full HTTP semantics.
IHttpMigrateApplication
HttpMigration.application()
Each IHttpMigrateRoute represents a single API endpoint with:
:id
Failed operations go to errors with detailed messages.
Jeongho Nam - https://github.com/samchon
Returns source OpenAPI document.
Operations that failed migration.
Successfully migrated routes.
Migrated application from OpenAPI document.
IHttpMigrateApplicationconverts OpenAPI operations into callable HTTP routes viaHttpMigration.application(). Unlike IHttpLlmApplication which targets LLM function calling, this focuses on SDK/client code generation with full HTTP semantics.Each IHttpMigrateRoute represents a single API endpoint with:
:idformat)Failed operations go to errors with detailed messages.
Author
Jeongho Nam - https://github.com/samchon