cytoscape / cyREST

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

Expand Network Import format #64

Open dotasek opened 6 years ago

dotasek commented 6 years ago

POST /v1/networks does not support the following formats:

Note that some of these (I'm looking at TSV/CSV) require unique parameters to function, which the current v1 endpoint does not support.

dotasek commented 6 years ago

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 endpoints.

Getting this to make sense might be a struggle.

dotasek commented 6 years ago

This, along with #66, could be taken care of by using some of the code used in the drag and drop functionality.