fr.bmartel.bboxapi.router.model.AuthResult.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboxapi-router Show documentation
Show all versions of bboxapi-router Show documentation
Java/Android client for Bbox Router API
The newest version!
package fr.bmartel.bboxapi.router.model
import com.github.kittinunf.fuel.core.Request
import com.github.kittinunf.fuel.core.Response
data class AuthResult(val request: Request, val response: Response, val exception: Exception?, val bboxid: String?)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy