dotasek
dotasek
@jamesnetherton it looks to me like the omission of `optional` was made in error. It's not consistent with the other modules. I will test to see if adding it back...
This is a difficult one, because of the data model. I think the correct way to handle this and other bulk updates is through the PATCH method. If you follow...
This was initially reported by @jkiddo
There's actually quite a bit of this in the cy-automation-cy-rest-json-util-sample App. This should be linked and could provide code snippets.
This is related to #66 in that we're trying to do a lot of work with a file, stream, or url, AND support the existing JSON formats from the RESTful...
This, along with #66, could be taken care of by using some of the code used in the drag and drop functionality.
I added a tunable to set the network for the apply style endpoint. This goes around the issue of selectedNetworkViews. The committed code is on this branch of cytoscape-impl: [https://github.com/cytoscape/cytoscape-impl/tree/cyrest-106](https://github.com/cytoscape/cytoscape-impl/tree/cyrest-106)...
@m-grimes You can access all settings on layouts via the CyREST Commands API. To see what is available, in a running version of Cytoscape, access the following through the main...
@lukedegruchy I did a merge from master. There are no additional changes for re-review. We will be moving forward with merging these version bumps to master. If you have permission...
This was initially reported by @jkiddo