httpApi

suspend fun httpApi(name: String, block: suspend HttpApiResourceBuilder.() -> Unit): HttpApi

Parameters

name

The unique name of the resulting resource.

block

Builder for HttpApi.

See also


fun httpApi(name: String): HttpApi

Parameters

name

The unique name of the resulting resource.

See also