ndexbio / ndex2-client

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

Ndex2 changes host if 'localhost' in host name #71

Closed coleslaw481 closed 4 years ago

coleslaw481 commented 4 years ago

The constructor of ndex2.client.Ndex2 incorrectly changes the value of host parameter if localhost is in the value to http://localhost:8080/ndexbio-rest which is non-intuitive and problematic if one has a local instance of NDEx.

coleslaw481 commented 4 years ago

Fixed in chrisdev branch with commit bafe850..16b04a6 chrisdev -> chrisdev