ndexbio / ndex2-client

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

If server version is not 2.0 exactly then Ndex2() object incorrectly falls back to version of 1.3 of REST calls #40

Closed coleslaw481 closed 5 years ago

coleslaw481 commented 5 years ago

If server version is not 2.0 exactly then Ndex2() object incorrectly falls back to version of 1.3 of REST calls. In the constructor self.version is set to the server version returned and in the code the version check is for "2.0" which is a problem since the server is now returning "2.4.0"

coleslaw481 commented 5 years ago

Fixed in UD-525 branch