Commit Graph

7 Commits

Author SHA1 Message Date
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
aedampir@gmail.com 7a01f22ee9 New overloaded method IObservable<EmailAddress> GetAll(ApiOptions options) has been added and implemented on IObservableUserEmailsClient/ObservableUserEmailsClient. 2016-03-15 18:58:10 +07:00
Haacked eb5d14cfdc Organize usings and remove unused 2015-08-04 21:12:37 -07:00
Brendan Forster b03c634b68 updated observable clients 2014-07-08 10:30:48 +09:30
Brendan Forster 97995a769a corrected return type from Add 2014-07-08 10:24:53 +09:30
Peter MacNaughton 04d6e9b386 Generate documentation comments for the
`Reactive` project
2014-02-26 22:22:59 -07:00
Peter MacNaughton 133298789f Adding IObservableUserEmailsClient and...
default implementation. Still needs delete method which is skipped
because it's a HTTP DELETE. There's currently nothing in the
ApiConnection to handle this scenario and it's a rather unorthodox thing
to support.
delete.
2014-02-08 12:48:53 -07:00