cytoscape / RCy3

New version of RCy3, redesigned and collaboratively maintained by Cytoscape developer community
MIT License
48 stars 20 forks source link

Missing base.url in internal calls #88

Closed bdemchak closed 4 years ago

bdemchak commented 4 years ago

Most function definitions include base.url=.defaultBaseUrl. However, not all functions propagate the base.url value in calls to other RCy3 functions. For example, in Networks.R/getNetworkName, the call to getNetworkSuid() doesn't include the base.url=base.url parameter. As a result, attempts to use a non-standard URL will likely fail.