PowerShellOpenApiClassExporter.WriteOpenApiTempScript method

Writes the OpenAPI class definitions to a temporary PowerShell script file.

public static string WriteOpenApiTempScript(string openApiClasses)
parameter description
openApiClasses The OpenAPI class definitions as a string.

Return Value

The path to the temporary PowerShell script file.

See Also