Commit 2e58baa
authored
feature KnpLabs#1020 Branch lists . ( ? query per_page) (pitonic)
This PR was squashed before being merged into the 3.4.x-dev branch.
Discussion
----------
For function "branches" added: parameters for the query string.
example to use:
```
return $this->client->api('repo')->branches($this->id, $repo, null , [ 'page' =>2, 'per_page' => 100 ]);
```
Commits
-------
ab3d87b added: parameters for the query string
44c3923 fixed formating1 parent c593113 commit 2e58baa
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
| 506 | + | |
506 | 507 | | |
507 | 508 | | |
508 | 509 | | |
509 | | - | |
| 510 | + | |
510 | 511 | | |
511 | 512 | | |
512 | 513 | | |
513 | 514 | | |
514 | 515 | | |
515 | 516 | | |
516 | | - | |
| 517 | + | |
517 | 518 | | |
518 | 519 | | |
519 | 520 | | |
| |||
0 commit comments