Package-level declarations
Types
Link copied to clipboard
interface AuthSessionManager
Link copied to clipboard
@Serializable
Link copied to clipboard
class HttpExceptions(response: HttpResponse, failureReason: String?, cachedResponseText: String) : ResponseException
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class KtorWrapper(val ktorProvider: KtorProvider, val authSessionManager: AuthSessionManager, val merchantPublishableKey: PublishableKey)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Takes in a block
lambda that returns an HttpResponse from Ktor Internally, tries to convert the response into a response body defined by the generic R If success (2XX response), return ApiResult.Success If error (3XX - 5XX response), try to figure out error type and return ApiResult.Failure
Link copied to clipboard