Florian Rüchel
Florian Rüchel
This mirrors the changes in https://github.com/rapid7/nexpose-client/pull/309 but limited to discovery connections. ## Description Implement support for ESO API for discovery connections. Based on @hwilson-r7's changes in https://github.com/rapid7/nexpose-client/pull/309 - Add new...
Not much to say here... Pretty much copying the same AsXML pattern over to this class as well
Generating a CSV AdHoc report with a large result leads to the following exception: ``` Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/nexpose/nexpose.py", line 306, in _Execute_APIv1d1 return Execute_APIv1d1(self._URI_APIv1d1, request, self.timeout)...