Skip to content

Changed targets.get_assets() default perPage from 500 to 5000

Latest
Compare
Choose a tag to compare
@bamhm182 bamhm182 released this 16 Apr 15:27

In the previous release, I specified that 500 assets should be retrieved at a time. In this release, the default has been set to 5000. It is often the case that we would be calling the target.get_assets() function repeatedly until we got all of the data anyway, so this change will result in fewer calls to the API endpoint overall and while the data returned may be larger in some cases, the tradeoff should result in more efficient requests while also decreasing the burden of asking for the data.