Commit Graph

9 Commits

Author SHA1 Message Date
Nick Floyd
6565a07974 [BREAKING CHANGES]: int to long Ids for PreReceiveHook, Deployment Environments, Repository, Org Team, Repo Invitations, Public Key, Project Cards, Organization Invitation, Migrations, GpgKey, Deployment, Authorizations, Accounts / Profiles, Codespace / Workspaces (#2941)
* Fixes ids for Releases, Collaborators, and Contributors

* updates the interface for releases

* update the obverable release client

* updates ids from int to long based on GH database schema

* converts a test condition to use the proper type

* updates generated paging and observable classes
2024-06-26 10:57:30 -05: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
aedampir@gmail.com
44b0f4039d ID -> Id 2016-07-17 16:29:32 +07: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
Devesh Khandelwal
e35f237214 Add pagination support (ApiOptions overloads) to UserKeys client. (#1278) 2016-04-29 14:17:24 +10:00
Mordechai Zuber
a8162c4af0 IUserKeysClient.GetAll -> GetAllForCurrent() 2016-03-10 09:07:35 +02:00
Ryan Gribble
8c8c637065 Add Reactive implementation and unit/integration tests 2016-02-23 06:58:09 +10:00
Brendan Forster
605500b34f actually implement the thing 2014-07-08 11:43:35 +09:30
Brendan Forster
d9cb1a9a57 stubbed the observable clients 2014-07-08 11:17:55 +09:30