addAddressBook and deleteAddressBook API calls #482
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "add_delete_addressbook"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request:
Excellent! It was definitely wise to move verifyAddress to its own function.
the name is ambiguous. sounds like we're adding and deleting the entire addressbook. But good none-the-less. WIll be adding to Bmr tonight!
@chovy I agree but that was consistent with the existing listAddressBook method, and the way the other list/add/delete methods work.
Whats about list/add/delete Contacts?
That makes sense, only terminology the client uses is AddressBook. I was thinking
deleteFromAddressBook
andaddToAddressBook
.Then how about I change
to
before too much time goes by.
That works for me.