Prior to this commit, paginated responses from the API were not accounted for. This created an issue when list operations returned more than the default limit of 20 objects, resulting in some of the resources not being part of the state returned by the get() method.
This commit changes the influx_get() method to handle paginated responses by recursively processing the next objects until they are exhausted.
Prior to this commit, paginated responses from the API were not accounted for. This created an issue when list operations returned more than the default limit of 20 objects, resulting in some of the resources not being part of the state returned by the get() method.
This commit changes the influx_get() method to handle paginated responses by recursively processing the
next
objects until they are exhausted.