LoginSignup
0
0

More than 5 years have passed since last update.

KotlinでRest通信

Posted at

build.gradleに以下を追記してfuelをインストール
compile 'com.github.kittinunf.fuel:fuel:1.12.1'

サンプルソース

// 同期処理
val triple = "https://www.google.co.jp/".httpGet().response()
// レスポンスボディを表示
println("同期処理の結果:" + String(triple.second.data))
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0