cytoscape / cyREST

Core App: REST API module for Cytoscape
https://github.com/cytoscape/cyREST/wiki
MIT License
30 stars 13 forks source link

getAllTables return is way too big #107

Open AlexanderPico opened 3 years ago

AlexanderPico commented 3 years ago

It would be very handy to get the names (and SUIDs) of all tables associated with a given network. The current method appears to return all information for associated tables, so it takes long time to run (my fan starts going) and the return is massive. I would much rather just get the names of the tables and then choose to retrieve them individually.