get

suspend fun get(appId: String): Result<AppResource, Exception>

Get an existing app.

Parameters

appId

The app ID (path parameter).