Commit Graph

12 Commits

Author SHA1 Message Date
Brendan Forster f96885654f add metadata to each client action (#2124) 2020-03-04 21:10:38 -04:00
Itai Bar-Haim 4e804f61a6 Prefer using nameof(x) over literal "x" (#1781)
* updated XML docs and added some missing bits.

* prefer nameof(x) over literal "x"
2018-03-07 20:43:10 +10:00
Ryan Gribble 3c818934b8 Release v0.24 - A Sight For Sore Eyes (#1539)
* Add release notes and bump version to 0.24

* run "build FormatCode" to fix up whitespace/formatting issues

* Fix failing Ssh key tests due to "validation exception".  This key must be in use on github (under another user, most likely from these tests failing).  Changed to a new SSH key and tweaked tests to reduce chance of a key being created and not destroyed

* Assignee and Assignees cant both be specified on NewIssue.  We missed this one in the PR.  Marked Assignee as [Obsolete] and fixed tests to use Assignees

* Fix a couple of Reactions tests that were calling the wrong client methods

* Fix timeline tests - looks like the response class has changed shape a bit, it now has an Issue object in the payload and Id field isnt present (leaving Id field there in case other timeline events do use it)

* Fix some following tests that require the test user to follow more than 1 other user

* Unskip these Event tests now because apparently they work!

* add breaking changes notes

* Update ApiErrorMessageSafe to return null for empty and whitespace strings (#1540)

* return null if ApiError.Message is empty or whitespace

* Uncomment test, which now passes

* update release notes to include PR1540

* Add "Bot" AccountType, was causing a deserialization exception when running the integration test "SearchForExcludedLanguage" (#1541)

* Update to include PR1541

* add bullets to make release notes easier to read

* markup additional code mentions in notes

* Fix grammar

fields => field
2017-01-17 18:56:55 +10:00
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
Mordechai Zuber 44304ca70b use string per recommended style 2015-12-16 21:23:36 +02: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
Brendan Forster 23f1548653 added tests and new method 2014-07-08 10:09: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