cytoscape / cyREST

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

Resolve models for Apps endpoint #49

Closed dotasek closed 6 years ago

dotasek commented 6 years ago

The commands implementation of app commands uses a different data model to report app data. The model should be consistent between both CyREST and commands.

dotasek commented 6 years ago

Updated by adding an appName field, which accesses the same, human-readable string that the command endpoint uses as 'name'.

'name` should still be updated in the command version; I created a redmine issue to address that: http://code.cytoscape.org/redmine/issues/4123

dotasek commented 6 years ago

Resolved as of 4e536b13e41b0d9161cfa2c77c237bccd96a85c5

Awaiting release.