@Component class LoremPicsumRetreiver
Classe che si occupa di ottenere il link delle immagini dal LoremPicsum
LoremPicsumRetreiver()
Classe che si occupa di ottenere il link delle immagini dal LoremPicsum |
val client: OkHttpClient
OkHttpClient |
|
val urlBase: String
String |
fun getImagePicsum(width: Int = baseWidth, height: Int = baseHeight, grayScale: Boolean = false, blur: Int = 0): String |
const val baseHeight: Int |
|
const val baseWidth: Int |