You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 formating
0 commit comments