Commit Graph

18 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
Ryan Gribble 6042a12983 Remove previously obsoleted UsersClient.Keys property 2016-09-06 23:12:52 +10:00
Ryan Gribble 046c5a36cc Rename client.User.Keys to client.User.GitSshKey
Mark client.User.Keys as [Obsolete]
2016-06-09 06:44:28 +10:00
Henrik Andersson 77b04efbdd Fixes as per PR review comments 2016-06-08 22:55:41 +10:00
Henrik Andersson 3ad22b5d9d Add ObservableUserGpgKeysClient and fixes to satisfy convention tests 2016-06-08 22:55:41 +10:00
Brendan Forster 6bedf1ee9b just a bit of code cleanup 2016-02-02 10:01:16 +10:30
Jasmine 5ad6313738 Fixes for failing convention tests 2016-02-01 15:35:18 -05:00
Brendan Forster d9cb1a9a57 stubbed the observable clients 2014-07-08 11:17:55 +09:30
Brendan Forster 5ff3987d05 IObservableUserClient should have Emails underneath 2014-02-18 21:50:06 +11:00
Brendan Forster f2c88a4d60 added missing property to IObservableUsersClient 2014-02-18 10:53:20 +11: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
= d95e8a4798 Copy comments from base 2013-11-08 13:30:17 +00:00
Haacked ad4be39ea3 Clean up the Octokit.Reactive namespaces
Fixes #84
2013-10-18 22:26:36 -07:00
Haacked 189a8e1da8 Flatten the observables for users 2013-10-16 18:54:09 -07:00
Haacked adfb50198e Applying our private member naming convention
Just trying to make @half-ogre happy
2013-10-04 10:01:20 -07:00
Haacked 76e509978f Add Observable GetEmails method 2013-10-03 16:02:53 -07:00
Haacked e07b6d62c2 Add null checks and fix CodeAnalysis errors.
I enabled code analysis to the Octokit.Reactive project and
needed to fix things up.
2013-01-29 14:36:24 -08:00
Haacked 997e955f38 Rename to Octokit to be consistent with other API libs
GitHub is naming all of the libraries Octokit for their respective
platforms
2013-01-29 14:00:27 -08:00