Comment 0 for bug 1597372

Revision history for this message
Chad Smith (chad.smith) wrote :

Juj2ubeta10 underwent lower-casing of most websockets api parameters, as a result there is now an inconsistency in how machine change deltas list of 'Addresses' are represented versus the list of 'servers' in the login response. Addresses uses camelcase Scope, Type, SpaceName, Value, etc. Login response 'servers' uses lowercase scope, type, port value.

As an api consumer, we have been using the same logic to parse Addresses and servers from the different responses, it adds a little complexity to cope with the inconsistencies in response structure.