veracode-api-py icon indicating copy to clipboard operation
veracode-api-py copied to clipboard

Add a global page size variable for the Agent-based SCA client

Open Gby56 opened this issue 2 years ago • 0 comments

Hi @tjarrettveracode !

I'm having a bug currently with the SourceClear API, and the only fix would be to set the pagination size to a bigger one. Its on the get_projects() function, but it got me thinking, looking at the apihelper.py, the _rest_paged_request() function could maybe inject a page size param, with a setting in the client constructor ?

I'll make a PR to show what I'm thinking about, it would really help

Gby56 avatar Feb 08 '23 13:02 Gby56