maddin2016
11b1d756cc
add new request
2016-06-06 19:25:30 +02:00
maddin2016
a3fafe90c1
update xml comments
2016-06-06 15:26:07 +02:00
maddin2016
41ba208131
add methods to set permission for team repositories
2016-06-06 12:53:06 +02:00
maddin2016
10cea07daf
add TeamRepositoryUpdate model
2016-06-06 11:49:04 +02:00
Mordechai Zuber
cacd6020f2
🔥 ITeamsClient.IsMember()
2016-04-13 18:26:02 -04:00
Devesh Khandelwal
084c513e06
Add ApiOptions overloads to Teams client + tests.
2016-03-23 13:20:43 +05:30
Haacked
eb5d14cfdc
Organize usings and remove unused
2015-08-04 21:12:37 -07:00
Brendan Forster
bf4e773bd5
no tears, only dreams
2015-05-22 17:26:28 +09:30
Brendan Forster
dbd48d7a90
added GetAllForCurrent to find teams for the current user
2015-05-22 14:44:25 +09:30
Brendan Forster
4490968126
removed new, but obsolete code
2015-05-22 14:29:11 +09:30
Brendan Forster
b9da729177
updated docs
2015-05-22 14:15:55 +09:30
Brendan Forster
27d9a40090
introduce AddMembership endpoint with new behaviour
2015-05-22 14:15:40 +09:30
Brendan Forster
809ecc5630
actually finish implementing the endpoint
2015-05-22 11:51:04 +09:30
Brendan Forster
0d201e6f22
add GetMembership endpoint which supports new behaviour
2015-05-22 11:29:26 +09:30
Brendan Forster
b969fa1e04
cleanup due to GetAll* convention tests
2015-05-08 17:42:02 +09:30
Brendan Forster
2be3edbe42
Merge branch 'phantomtypist/331-org-teams' of https://github.com/phantomtypist/octokit.net into phantomtypist-phantomtypist/331-org-teams
...
Conflicts:
Octokit.Reactive/Clients/IObservableTeamsClient.cs
Octokit.Reactive/Clients/ObservableTeamsClient.cs
Octokit.Tests/Clients/TeamsClientTests.cs
Octokit/Clients/ITeamsClient.cs
Octokit/Clients/TeamsClient.cs
Octokit/Helpers/ApiUrls.cs
2015-05-08 17:29:39 +09:30
Henrik Andersson
78e76be7d9
Update clients
2015-03-24 00:11:52 +10:00
Andre Rodrigues
a2f5f347b2
Rename parameter
2014-08-08 12:25:45 +01:00
Andre Rodrigues
58bae6f9fc
Add a few missing team and organization APIs
2014-08-07 12:59:30 +01:00
Jason Kanaris
a6b60a2bd5
Forgot some xml-doc items in the ITeamsClient
2014-07-15 23:30:19 -04:00
Jason Kanaris
468741b0da
More team client repository methods
...
- Added teams client interface methods for AddRepository,
RemoveRepository and IsRepositoryManagedByTeam.
- Added Uri for the aforementioned methods.
2014-07-15 23:24:28 -04:00
Jason Kanaris
7560c03d5b
xml-doc exception documentation changes for teams client
...
- Removed generic ApiException exception from xml-doc on Teams related
client methods.
- Added ApiValidationException exception in xml-doc for AddMember team
client method.
2014-07-11 00:10:31 -04:00
Jason Kanaris
b153f76253
Add more methods to teams client
...
- Added functionality for AddMember, RemoveMember and GetRepositories
- Unit tests missing for now.
2014-07-10 00:05:23 -04:00
unknown
0caa6feffa
Merge remote-tracking branch 'upstream/master' into phantomtypist/331-org-teams
...
Conflicts:
Octokit.Reactive/Clients/IObservableTeamsClient.cs
Octokit.Reactive/Clients/ObservableTeamsClient.cs
Octokit/Clients/ITeamsClient.cs
Octokit/Clients/TeamsClient.cs
Octokit/Helpers/ApiUrls.cs
2014-07-09 16:18:49 -04:00
Daniel Cazzulino
120b05b709
Fixed indenting.
...
Conflicts:
Octokit.Tests/Clients/TeamsClientTests.cs
2014-04-22 18:38:41 -03:00
Daniel Cazzulino
6660f1be80
Added GetMembers to retrieve all team members.
2014-04-22 18:38:22 -03:00
Daniel Cazzulino
fb6adcb92b
Implemented Get / IsMember for teams
...
Issue #331 .
Added integration tests and a new attribute that requires a new environment variable with an organization to test.
Conflicts:
Octokit.Tests.Integration/Octokit.Tests.Integration.csproj
2014-04-22 17:12:49 -03:00
Daniel Cazzulino
86bd60f83c
Fix #450
...
Remove redundant "Team" suffix from ITeamsClient methods.
2014-04-08 01:38:19 -03:00
Brendan Forster
7dc70a2192
💄 using statements, incorrect docs, deprecated Octokit.Response namespace
2014-03-08 16:33:46 +11:00
Jason K.
8d3aa5b41e
- Added Get method to the Octokit/Clients/ITeamsClient interface.
...
- Implemented the aforementioned Get method in the
Octokit/Clients/TeamsClient class.
- Added test in Octokit.Tests/Clients/TeamsClientTests for the
aforementioned Get method.
2014-02-27 16:50:54 -05:00
Peter MacNaughton
231fa2c520
API interface summaries
...
Modified existing comments in IGitDatabaseClient, IMiscellaneousClient and
ITeamsClient. Hopefully for valid reasons.
2013-12-02 22:08:21 -07:00
Kristian Hellang
727429278e
Fixed some R# documentation analysis errors
2013-11-25 23:40:47 +01:00
Haroon
09743e7e57
Use Teams not TeamItem
...
@Haacked mentioned http://developer.github.com/v3/orgs/teams/#list-teams
may not show all possible fields returned
2013-11-10 10:42:28 +00:00
Haroon
518fd7d8f5
delete team with test
2013-11-07 10:21:56 +00:00
Haroon
ab25e9140a
update_team test
...
fixed ctor for updateTeam class, fixed method params for UpdateTeam to
take in only the id and the UpdateTeam class. Now Putting to the correct
url.
2013-11-07 09:46:35 +00:00
Haroon
375cc244de
split out teamitem from teams
...
looking at github api only id and name is returned for the list.
2013-11-06 12:55:08 +00:00
Haroon
d5226534cc
add create and update methods
2013-11-06 12:53:33 +00:00
haroon
c44b18e947
prepping teams api client
2013-11-05 11:15:11 +00:00