Open jdkleiner opened 2 years ago
This is working well! Check out this tiny demo: https://github.com/HARPgroup/HSPsquared/issues/57
Note: On windows we may need:
/c/usr/local/bin/python -m pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org requests
@rburghol Awesome!
Just leaving this here in case we ever decide we need REST functionality in Python. The requests module is pretty straight forward and user-friendly, working example below using our standard rest user account:
@rburghol