Python API designed to work externally with ArcGIS REST Services to query and extract data, and view service properties. Uses arcpy for some functions if available, otherwise uses open source alternatives to interact with the ArcGIS REST API. Also includes a subpackage for administering ArcGIS Server Sites.
Add custom exceptions for common ESRI REST error codes.
Add ignore_folder_auth argument to walk() and iter_services() methods to skip folders that require authentication in Portal-connected environments.
Fixes #36
ignore_folder_auth
argument towalk()
anditer_services()
methods to skip folders that require authentication in Portal-connected environments. Fixes #36