Package guru.zoroark.tegral.openapi.scripthost

Types

Link copied to clipboard
object OpenApiScriptHost

High-level utilities for compiling .openapi.kts scripts.

Link copied to clipboard
class PathSourceCode(path: Path) : ExternalSourceCode

A SourceCode implementation that retrieves the code information and content from a Path object.

Functions

Link copied to clipboard
fun Path.toScriptSource(): PathSourceCode

Turns this path object into a PathSourceCode object.