非力なデバイスで ルーム一覧を取得して利用したいが、現在の仕様のJSONは大きすぎて利用が難しいので、件数指定と uuid,name,updated_at 等の重要フィールドだけで小さいものが欲しい。
案
/alpha/rooms/joined?access_token=xxxx&limit=2&fields=uuid,name,updated_at
[
{
uuid: "xxxxxxxx",
name: "ぼっこの部屋",
updated_at: "2016-11-05T00:01:12Z"
},
{
uuid: "xxxxxxxx",
name: "あおボッコ",
updated_at: "2016-11-05T00:01:12Z"
}
]
非力なデバイスで ルーム一覧を取得して利用したいが、現在の仕様のJSONは大きすぎて利用が難しいので、件数指定と uuid,name,updated_at 等の重要フィールドだけで小さいものが欲しい。
案
/alpha/rooms/joined?access_token=xxxx&limit=2&fields=uuid,name,updated_at