Skip to content

Added perPage variable to targets.get_scope()

Compare
Choose a tag to compare
@bamhm182 bamhm182 released this 16 Apr 07:52
· 2 commits to main since this release

targets.get_scope() was missing a variable to control the number of results per page while the platform would set the default to 500. A variable has been added to this function to allow for its control. For what it's worth, the maximum allowable value seems to be 5000.