Commit 5eb55ce
Pierre Grimaud
feature #863 Add sort and direction for fetching organizations repos (pgrimaud)
This PR was squashed before being merged into the 2.13.x-dev branch.
Discussion
----------
Hi,
It's possible to sort repositories of organizations here : https://developer.github.com/v3/repos/#list-organization-repositories.
I added `$sort` and `$direction` parameters after actual parameters to avoid BC.
Associated tests are updated too.
Commits
-------
5c3aee1 Add sort and direction for fetching organizations repos
6aa74fb Fix styleci
041af92 Set new parameters as null instead of default values
304bd19 Fix styleci1 parent 1cb5115 commit 5eb55ce
2 files changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | | - | |
| 61 | + | |
60 | 62 | | |
61 | | - | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
65 | 77 | | |
66 | 78 | | |
67 | 79 | | |
| |||
0 commit comments