Skip to content
Snippets Groups Projects
Commit c7c64f64 authored by Aaron Weaver's avatar Aaron Weaver
Browse files

updating error checking

parent 4844bb2f
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ class DefectDojoAPI(object):
:param api_version: API version to call, the default is v1.
:param verify_ssl: Specify if API requests will verify the host's SSL certificate, defaults to true.
:param timeout: HTTP timeout in seconds, default is 30.
:param proxis: Proxy for API requests.
:param proxies: Proxy for API requests.
:param user_agent: HTTP user agent string, default is "DefectDojo_api/[version]".
:param cert: You can also specify a local cert to use as client side certificate, as a single file (containing
the private key and the certificate) or as a tuple of both file's path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment