safeGet

inline suspend fun <T> HttpClient.safeGet(url: String, params: Params = hashMapOf()): Resource<T>