You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reduce confusion update userAgent variable value in ndex2/client.py to be NDEx2-Python/<VERSION OF SOFTWARE> instead of the hardcoded value of: NDEx-Python/3.0. This value is used as the User-Agent for calls to NDEx.
The text was updated successfully, but these errors were encountered:
…ed User-Agent so its set with version of this code which is a fix for issue #35. Updated Ndex2.save_new_network() to raise an InvalidCXError when it does basic checking of the CX document
To reduce confusion update
userAgent
variable value inndex2/client.py
to beNDEx2-Python/<VERSION OF SOFTWARE>
instead of the hardcoded value of:NDEx-Python/3.0
. This value is used as the User-Agent for calls to NDEx.The text was updated successfully, but these errors were encountered: