python_api
python_api copied to clipboard
Enable SSL requests
Although the Requests package supports SSL, the MarkLogic Connection class does not have the plumbing in place to use that support.
I will add a member variable to the Connection class. The member variable will be named "verify" to match the value in the Requests package, and the default value will be False.