Ok, so the way to go is to have `fun <T> det...
# announcements
m
Ok, so the way to go is to have
fun <T> details(@Path("object") objectType: Class<T>, @Path("uuid") uuid: String, @Query("fields") fields: List<String> = emptyList()): Call<T>
and then have the deserializer figure out how to turn the JSON into
T
?