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
