Not sure if I get to vote, but it sounds good to me. Unless ordering was somehow important for those calls, but I don't see how it could be.
-Lennard ----- Original Message ----- From: "Florian Müller" <[email protected]> To: [email protected] Sent: Thursday, March 25, 2010 11:31:03 AM GMT -07:00 U.S. Mountain Time (Arizona) Subject: Client API create* calls Hi, I would like to change the signatures of the create* calls of the client API. The properties of the object to create are currently passed as List<Property<?>>. I would like to change that to Map<String, Object> (key=property id, value=property value) because it's much simpler to use. Any objections? Florian
