Remove json from HTTP requests for ScaleGov#47
Conversation
|
@edwardpark97 Thanks for the PR. Could you also bump the minor version? |
|
@fatihkurtoglu @shaun-scale How do I go about pushing this change to PyPi? Is it automatically done or is there some manual step needed? |
Sorry missed that comment earlier. Process for pushing package to PyPi is explained here:
|
|
Yup just did it! Not totally sure if it successfully triggered or not but I guess I'll find out soon enough |
|
https://app.circleci.com/pipelines/github/scaleapi/scaleapi-python-client |
|
FYI: There seems to be an issue in conda deployment: conda-forge/scaleapi-feedstock#10 |
Our ScaleGov environment has an AWS WAF (Web Application Firewall) that errors out on any GET request that has a
jsonparameter (for some reason or another)Tested with the ScaleGov API, also tested with the Commercial API with
pytest test_client.pyand it seemed to be fine