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

Yield in paginated requests

Open cfguimaraes opened this issue 5 months ago • 0 comments

The current implementation stores all data in an array. It works for fewer applications, but a more consistent way would be to yield data and do work.

cfguimaraes avatar Aug 11 '25 14:08 cfguimaraes