説明が見つからないイライラするエラーが発生しています。私はこのコードを以下に持っています:
Async{
WS.url(url).get().map{ response => //response here is giving me the error.
Ok("Response: " + (response.json \ "media_count").as[String])
}
}
そして、これは私に次のようなエラーを与えます:
missing parameter type
応答について。
このパラメーターの型はどこで定義すればよいですか? または、このエラーはより具体的に何を言っていますか?