Skip to content

Instantly share code, notes, and snippets.

@dilanurlaila
Created September 14, 2018 04:01
import java.net.URL
class ApiRepository {
fun doRequest(url: String): String {
return URL(url).readText()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment