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
NiceCXNetwork.upload_to() should use named parameters cause there are cases where the server, username, and password should be set to None. Also add a client parameter that lets one set the Ndex2 client to use instead of creating one internally.
Finally add a deprecation notice for the server, username, password, user_agent parameters
The text was updated successfully, but these errors were encountered:
… switched NiceCXNetwork.upload_to() and NiceCXNetwork.update_to() to named args and added client parameter #80 and #81, Fixed documentation in NiceCXNetwork.update_to() to denote return value #82, Added Ndex2.get_user_by_id(), Added Ndex2.get_id_for_user(), Added Ndex2.get_networksets_for_user_id() #61
NiceCXNetwork.upload_to()
should use named parameters cause there are cases where the server, username, and password should be set toNone
. Also add aclient
parameter that lets one set theNdex2
client to use instead of creating one internally.Finally add a deprecation notice for the server, username, password, user_agent parameters
The text was updated successfully, but these errors were encountered: