issues
search
infobloxopen
/
infoblox-client
Infoblox NIOS Python WAPI Client
Apache License 2.0
142
stars
104
forks
source link
PR: Objects pass through the paging argument
#305
Closed
sarya-infoblox
closed
2 years ago
sarya-infoblox
commented
2 years ago
Issue/Feature description
Paging on calls like Arecord.search_all() are broken, because the paging parameter are dropped in this function This patch passes it through
How it was fixed/implemented
Added paging=False argument in the function call.
Tests
Unit tests are performed.
Issue/Feature description
How it was fixed/implemented
Tests