Commit 3467a34
authored
feature #1082 Feat: Support new Team Repositories Endpoint (iBotPeaches)
This PR was squashed before being merged into the 3.9.x-dev branch.
Discussion
----------
* old - https://docs.github.com/en/rest/teams/teams#list-team-repositories-legacy
* new - https://docs.github.com/en/rest/teams/teams#list-team-repositories
Commits
-------
ca59785 refactor: support new team endpoint, fallback to legacy if no org
69e82d6 test: support new team endpoint, fallback to legacy if no org1 parent e1c8cb9 commit 3467a34
File tree
2 files changed
+25
-2
lines changed- lib/Github/Api/Organization
- test/Github/Tests/Api/Organization
2 files changed
+25
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
99 | 102 | | |
100 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
101 | 108 | | |
102 | 109 | | |
103 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
129 | 145 | | |
130 | 146 | | |
131 | 147 | | |
| |||
0 commit comments