All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tink.rest.tools.RetrofitExtensions.kt Maven / Gradle / Ivy

package com.tink.rest.tools

import retrofit2.HttpException
import retrofit2.Response

fun Response.unwrap() {
    if (!isSuccessful) throw HttpException(this)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy