We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b03b99 commit b2fdeebCopy full SHA for b2fdeeb
1 file changed
dockerhub.py
@@ -332,6 +332,7 @@ def _do_requests_get(self, address, **kwargs):
332
kwargs['params'] = {}
333
if 'perPage' not in kwargs['params'] and 'noPage' not in kwargs:
334
kwargs['params']['perPage'] = 100
335
+ kwargs['params']['page_size'] = 100
336
if 'noPage' in kwargs:
337
del kwargs['noPage']
338
return self._do_request('GET', address, **kwargs)
0 commit comments