-
-
Notifications
You must be signed in to change notification settings - Fork 599
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #860 Replace deprecated Organization\Teams api calls (lolos)
This PR was squashed before being merged into the 2.13.x-dev branch. Discussion ---------- This Pull Request fixes the API calls for the functions: - \Github\Api\Organization\Teams::show - \Github\Api\Organization\Teams::update - \Github\Api\Organization\Teams::remove - \Github\Api\Organization\Teams::members - \Github\Api\Organization\Teams::check - \Github\Api\Organization\Teams::addMember - \Github\Api\Organization\Teams::removeMember based on the official Github's v3 API documentation: - https://developer.github.com/v3/teams/ - https://developer.github.com/v3/teams/members/ since those functions incorrectly threw `Github\Exception\RuntimeException: Not Found` Commits ------- 624da98 Ignore PHPStorm's .idea directory 3f332ed Fix various Teams' URIs 7742bd1 Revert "Ignore PHPStorm's .idea directory" ca63e29 fixes backward compatibility check 9f5071c fix update() 6ecdb0a style fix 6ceeb55 changes based on @acrobat's suggestions 2550444 styling fix
- Loading branch information
Showing
2 changed files
with
94 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters