Skip to content

Fix Ruby and Python REST API examples

Matthieu De Beule requested to merge (removed):develop into develop

The previous examples where wrong, since they used a POST request (this caused quite some confusion for me) I used the requests library for Python, since that is what most people would want to use (it is even recommended on the http.client documentation page). I removed the http.verify_mode in the Ruby example since I don't think it is good practice to tell people to not verify HTTPS requests

Merge request reports