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
Depending at what stage you pass the `auto_pagination` it will affect all or only a single request. For example, in order to auto paginate all Repository API methods do:
564
564
565
565
```ruby
566
-
Github::Repos.newauto_pagination:true
566
+
Github::Сlient::Repos.newauto_pagination:true
567
567
```
568
568
569
569
However, to only auto paginate results for a single request do:
0 commit comments