customApi

suspend fun customApi(name: String, block: suspend CustomApiResourceBuilder.() -> Unit): CustomApi

Parameters

name

The unique name of the resulting resource.

block

Builder for CustomApi.

See also


Parameters

name

The unique name of the resulting resource.

See also