CommonResponse

class CommonResponse(val getOpenApiJSON: () -> String)

Parameters

getOpenApiJSON

Callback to get the JSON representation of the OpenAPI spec. Useful for automation tasks.

Constructors

Link copied to clipboard
constructor(getOpenApiJSON: () -> String)

Properties

Link copied to clipboard