Future<Spark> getSpark(String id) async => Spark() ..mergeFromProto3Json( (await http.get(u("/mage/spark/$id"), headers: h)).json);