intruxxer / zaproxy

Automatically exported from code.google.com/p/zaproxy
0 stars 0 forks source link

Python API - use properties instead of methods #556

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the Python API you currently need to use:
zap.spider.status.get('status')

it would be better if you could just use:
zap.spider.status.

Original issue reported on code.google.com by psii...@gmail.com on 8 Mar 2013 at 12:45

GoogleCodeExporter commented 9 years ago

Original comment by psii...@gmail.com on 8 Mar 2013 at 2:17

GoogleCodeExporter commented 9 years ago

Original comment by psii...@gmail.com on 11 Mar 2013 at 8:45

GoogleCodeExporter commented 9 years ago

Original comment by psii...@gmail.com on 11 Mar 2013 at 8:47

GoogleCodeExporter commented 9 years ago

Original comment by psii...@gmail.com on 15 Apr 2013 at 12:34