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
However, I do not see a way to include options on the listBranches() function. Is it currently possible to get back all the branches in the repository?
Is this going to be my only solution without updating this wrapper? I'm happy to submit a PR if this is a feature that could be added. Perhaps including an option to use _requestAllPages when needed, but defaulting to not use it to avoid rate limits.
This is related to a larger issue around paging. We have quite a few issues for paging, but I'd like to leave this open to ensure it gets dealt with. See #578.
When using
listBranches()
on a repository with over 30 branches, I only get 30 branches in the response. The response includes the page information:However, I do not see a way to include options on the listBranches() function. Is it currently possible to get back all the branches in the repository?
EDIT: This might be a duplicate of this feature request.
The text was updated successfully, but these errors were encountered: