Esri / ArcREST

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

DEV TO DO LIST #174

Closed achapkowski closed 8 years ago

achapkowski commented 8 years ago

TODO (for now):

WISHLIST (for now):

Please feel free to add your comments. This is just some of the goals for the next release. Remember this is fluid, and comments are welcome.

Additional Functionality:

pLeBlanc93 commented 8 years ago

Would it be possible/useful to create a global environment setting (a la arcpy.env.overwriteOutput) for message logging? My naive thought is something like arcrest.env.verbose = 0|1|2 which would suppress all print functions, only show errors, and print everything, respectively.

I also plan on taking a stab at the Sphinx/jinja documentation.

MikeMillerGIS commented 8 years ago

Paul, There are some good logging modules in python that we could look at leveraging - https://docs.python.org/2/howto/logging.html

achapkowski commented 8 years ago

We can try to create an htttphandler(debug=1) to print out urllib messages?

Also new in the 3.5.3 version there is a object.last_code, last_message, and last_url which can help in debugging as well.

MikeMillerGIS commented 8 years ago

Or just use fiddler ☺