class HTTPClient
Result |
data class Result |
<init> |
HTTPClient(appConfig: AppConfig) |
performRequest |
Performs a synchronous web request to the RevenueCat API fun performRequest(path: String, body: Map<String, Any?>?, headers: Map<String, String>): Result |