ndexbio / ndex2-client

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

Update documentation for ndex2client.Ndex2.update_network_profile() to let caller know that network must be properly loaded before use #54

Closed coleslaw481 closed 4 years ago

coleslaw481 commented 5 years ago

ndex2.client.Ndex2.update_network_profile() documentation needs to be updated to let caller know invoking this method on a network before its validated will result in a 500 error from the server.

The documentation should let the caller know they can check if network is validated by calling:

ndex2.client.Ndex2.get_network_summary()

coleslaw481 commented 4 years ago

84d6d4e..6c72dbc v4.0.0 -> v4.0.0