Open russelljjarvis opened 5 years ago
If you're using Chrome, this plugin makes it easier to read JSON responses. You might find similar plugins for other browsers.
Then, using the plugin, collapse all other child elements, and just leave the "waveform_list" open:
Let me know if that helps.
I want to use NeuroML-DB to download some waveforms from a model to do NeuronUnit testing.
I want to do something like querying the DB like in the following but without downloading, and installing the repository locally.
If I open this web page and follow the json https://neuroml-db.org/api/model?id=NMLCL001129
I can find the field
ID
after a lot of reading, although it's easy to get lost, as there are a lot of ID's, and finding the right ID requires searching for a landmark ID, like publication, and working your way forwards a bit. I found this waveform using that method: https://neuroml-db.org/api/waveform?id=398144I wonder if there could be some kind of syntactic sugar for getting a list of all the appropriate waveform IDs, and making the proper json requests inside python?