cytoscape / cyREST

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

Missing GET /styles/currentStyle #95

Closed AlexanderPico closed 5 years ago

AlexanderPico commented 5 years ago

There is no way (that I can find) to get the currently applied style. For convienence and common usage, it would be nice if this could be retrieved directly from the Style panel and implemented as a "styles" GET method. But, it could be argued that there is a more general form of this query that gets the style applied to a particular Network View. Dealing with network views when all one wants is the current style would be a bit of pain though...

AlexanderPico commented 5 years ago

@scootermorris Another possibility would be to have: /commands/vizmap/current.

Either would work for me. Which is easier?

AlexanderPico commented 5 years ago

Moved to Jira https://cytoscape.atlassian.net/browse/CYTOSCAPE-12503