KtorWrapper
class KtorWrapper(val ktorProvider: KtorProvider, val authSessionManager: AuthSessionManager, val merchantPublishableKey: PublishableKey)
Constructors
Link copied to clipboard
constructor(ktorProvider: KtorProvider, authSessionManager: AuthSessionManager, merchantPublishableKey: PublishableKey)
Functions
Link copied to clipboard
inline suspend fun <T : Any, R : Any> deleteResult(resource: T, authType: AuthType, idempotencyKey: IdempotencyKey?): ApiResult<R>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline suspend fun <T : Any, R : Any> postResult(resource: T, authType: AuthType, idempotencyKey: IdempotencyKey?): ApiResult<R>
inline suspend fun <T : Any, B, R : Any> postResult(resource: T, body: B, authType: AuthType, idempotencyKey: IdempotencyKey?): ApiResult<R>
inline suspend fun <B, R : Any> postResult(url: String, body: B, authType: AuthType, idempotencyKey: IdempotencyKey?): ApiResult<R>