7 Commits

Author SHA1 Message Date
aedampir@gmail.com ec5de110ad The overloaded version of needed methods for IUserEmailsClient interface was added and impelemented.
Base methods:
Task<IReadOnlyList<EmailAddress>> GetAll()

Overload methods:
Task<IReadOnlyList<EmailAddress>> GetAll(ApiOptions options);
2016-03-15 17:15:04 +07:00
Brendan Forster 906e23cfbd corrected docs 2014-07-08 10:30:40 +09:30
Brendan Forster 2cd53f061d wireup delete API 2014-07-08 10:25:44 +09:30
Brendan Forster 97995a769a corrected return type from Add 2014-07-08 10:24:53 +09:30
Peter MacNaughton bfaccd0595 Fixed documentation comments on UserEmailsClient
and EmailAddress
2014-02-07 23:42:13 -07:00
Peter MacNaughton bc3c433353 Added return values in documentation comments 2014-02-02 15:57:22 -07:00
Peter MacNaughton 38aec1694b Implemented UserEmailsClient GetAll and Add...
methods plus unit tests.
2014-01-23 11:57:21 -07:00