Notable Changes
* Resolves 64: Adds support for pagination in ZPA API endpoints that support it
* Resolves 65: Updates dev dependency Sphinx to 4.3.0
* Resolves 62: Updates Restfly to 1.4.4
* Fixes 61: Bug with ReadTheDocs doc generation
* Fixes 50: Update docstrings to ensure dummy credentials look fake
* Fixes a bug in ZIA Firewall `add_network_service` method
* Adds tests for ZIA Firewall, ZPA Session, Server Groups and Segment Groups
Attention Contributors
Restfly 1.4.4 incorporates an update that automatically determines if the response object should be Box or BoxList (if box is enabled, which it is for pyZscaler). This means that the return response from an endpoint doesn't need to include `box=BoxList` for lists.
When returning a string or int (e.g. requests.response `status_code`) you'll still need to disable box with `box=False`.
**Full Changelog**: https://github.com/mitchos/pyZscaler/compare/0.11.0...0.12.0