auth

Paddy 2015-01-14 Parent:385ac6294cdc

115:fa8ee6a4507c Go to Latest

auth/.hgtags

Turn AddEndpoint into AddEndpoints. Because one is a special case of many, it makes sense to be able to add multiple endpoints in a single call to the database. So we've converted the AddEndpoint method into an AddEndpoints method and updated our tests appropriately. We also filled in the errors when creating a client through the API, and moved things around to optimize for the maximum number of errors returned in a single call.

History
1 e0b3064daf02b3061d7666262518e8164315c149 rewrite_begins