Files
PyGithub/github/tests/ReplayData
Tim Boring 817f22303c Add remove_membership() method to Teams class (#807)
Per the Github v3 API [docs](https://developer.github.com/v3/teams/members/#deprecation-notice-2), the "remove team member" api is deprecated. This PR implements the new API call.

Deprecated API:
```
DELETE /teams/:team_id/members/:username
```

New API:
```
DELETE /teams/:team_id/memberships/:username
```

This PR also adds a `deprecation` notice to the docstring of the deprecated methods.
2018-06-19 11:19:27 +08:00
..
2013-04-25 09:51:37 +02:00
2013-04-25 09:51:37 +02:00
2013-04-25 09:51:37 +02:00
2013-04-25 09:51:37 +02:00
2013-04-25 09:51:37 +02:00
2013-04-25 09:51:37 +02:00
2018-04-06 09:17:19 +08:00