getApplication

Retrieves information about an application.

Samples

// The following get application example lists the details of the specified application.
val resp = appConfigClient.getApplication {
    applicationId = "339ohji"
}