Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

The Big To Do List (ArcREST 4.0) #261

Closed achapkowski closed 7 years ago

achapkowski commented 8 years ago

Here is a proposed list for the next major release of ArcREST (4.x)

Target release timeline: Fall/Winter 2016

import arcrest
con = arcrest.connection(username,password,org_url, proxy_url, proxy_port)
admin = arcrest.manageorg.Administration(connection=con)
#do stuff....

Knowledge of the product will be optional. This means a user can just pass in a site's org_url for ArcGIS Server, Portal or ArcGIS Online, and it will try to guess the product. The default shall be ArcGIS Online.

Maybe list: