ndexbio / ndex2-client

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

Remove forced setting of localhost url if localhost in host name in Ndex2 client constructor #69

Closed coleslaw481 closed 4 years ago

coleslaw481 commented 4 years ago

In ndex2/client.py Ndex2 constructor any hostname with the text localhost will be automatically set to http://localhost:8080/ndexbio-rest which is non-intuitive and doesn't allow one to run the server on another port or url endpoint.

coleslaw481 commented 4 years ago

Fixed in bafe850..16b04a6 chrisdev -> chrisdev