ndexbio / ndex2-client

NDEx2 Client
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Switch NiceCXNetwork.upload_to() to named parameters and add client parameter #80

Closed coleslaw481 closed 3 years ago

coleslaw481 commented 3 years ago

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

coleslaw481 commented 3 years ago

Fixed in branch3.4.0