melizalab / neurobank

management system for experimental data
GNU General Public License v2.0
0 stars 1 forks source link

add support for bulk resource info and location queries #24

Closed dmeliza closed 1 year ago

dmeliza commented 1 year ago

The django-neurobank API now has endpoints for bulk queries, which can streamline scripts that need to look a lot of stuff up. Support for bulk queries in the client library could eliminate the need for asynchronous code that duplicates much of the functionality in this library.