Esri / ArcREST

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

Portal usage and sphinx docs #212

Closed pLeBlanc93 closed 8 years ago

pLeBlanc93 commented 8 years ago

Portal().usage() support for optional kwargs (only startTime and endTime are required).

OrgID extractor from URL.

pLeBlanc93 commented 8 years ago

Add documentation to featureservicetools, sans examples. Change args on QueryAllFeatures() to pass in the full path instead of separate paths for directory and filename.

@MikeMillerGIS, we should standardize on a consistent usage of chunksize. Some default to 0, others to 1000.

pLeBlanc93 commented 8 years ago

@MikeMillerGIS 88ed72c reverts the changes to Portal.usage() of eccdb32 and adds example usage to loop items sample.